((p "A zettel representation that tries to recreate a " (a (@ (href . "00001008010500")) "Markdown") " representation of the zettel." " " "Useful if you want to convert " (a (@ (href . "00001008000000")) "other markup languages") " to Markdown (e.g. " (a (@ (href . "00001007000000")) "Zettelmarkup") ").") (p "If transferred via HTTP, the content type will be " (kbd "text/markdown") ".") (p "Please note that many elements of Zettelmarkup cannot be encoded in Markdown / CommonMark." " " "Examples are:") (ul (li (a (@ (href . "00001007030100")) "Description lists")) (li (a (@ (href . "00001007030700")) "Verse blocks")) (li (a (@ (href . "00001007030800")) "Region blocks")) (li (a (@ (href . "00001007030900")) "Comment blocks") " (and inline comments)") (li (a (@ (href . "00001007031300")) "Evaluation blocks")) (li (a (@ (href . "00001007031400")) "Math-mode blocks")) (li (a (@ (href . "00001007031000")) "Tables")) (li "Most " (a (@ (href . "00001007040100")) "text formatting") " elements (except emphasis and quotation)") (li "Most " (a (@ (href . "00001007040200")) "literal-like formatting") " (except literal text / code spans)")) (p "Some elements are restricted, e.g. " (a (@ (href . "00001007030200")) "quotation lists") " are only supported as a top-level element.") (p "Restricted and unsupported elements are not encoded." " " "They will not appear on the encoded output.") (p "Maybe in the future, ignored elements may be shown as an HTML-like comment."))