((p "A zettel representation that attempts to recreate the zettel as " (a ((href . "00001008010800")) "Markdown") "." " " "This is useful for converting " (a ((href . "00001008000000")) "other markup languages") " (e.g. " (a ((href . "00001007000000")) "Zettelmarkup") ") to Markdown.") (p "If transferred via HTTP, the content type is " (kbd "text/markdown") ".") (p "Please note that many Zettelmarkup elements cannot be encoded in " (a ((href . "00001008010800")) "Extended CommonMark") "." " " "Examples include:") (ul (li (a ((href . "00001007030100")) "Description lists")) (li (a ((href . "00001007030700")) "Verse blocks")) (li (a ((href . "00001007030900")) "Comment blocks") " (and inline comments)") (li (a ((href . "00001007031300")) "Evaluation blocks")) (li (a ((href . "00001007031400")) "Math-mode blocks")) (li "Most " (a ((href . "00001007040200")) "literal-like formatting") " (except literal text and code spans)")) (p "Some elements are subject to additional restrictions." " " "For example:") (ul (li (a ((href . "00001007030200")) "Quotation lists") " are only supported as top-level elements.") (li "All cells in a " (a ((href . "00001007031000")) "table") " column must use the same alignment.") (li (a ((href . "00001007030800")) "Region block") " attributes and the optional attribution are omitted.") (li "Attributes of all " (a ((href . "00001007040100")) "text formatting") " elements are omitted." " " "For all elements other than emphasis, deletion, quotation, and inline span, the corresponding HTML elements are used for encoding.")) (p "Restricted and unsupported elements are omitted from the output.") (p "In the future, omitted elements may be represented as HTML-like comments."))