(zettel (meta (back "00001007000000") (backward "00001007000000") (box-number "1") (created "20221209191905") (forward "00000000040001 00001007030000 00001007030100 00001007030200 00001007030300 00001007030400 00001007031000 00001007040000 00001007040100 00001007040200 00001007040310 00001007040322 00001007040324 00001007040330 00001007990000") (modified "20231201140000") (published "20231201140000") (role "manual") (syntax "zmk") (tags "#manual #reference #zettelmarkup") (title "Zettelmarkup: Cheat Sheet")) (rights 4) (encoding "") (content "=== Overview\nThis Zettelmarkup cheat sheet provides a quick overview of many Zettelmarkup elements.\nIt can not cover any special case.\nIf you need more information about any of these elements, please refer to the detailed description.\n\n=== Basic Syntax\n|[[Text formatting|00001007040100]]|''__italic text__'' → __italic text__, ''**bold text**'' → **bold text**, ''\"\"quoted text\"\"'' → \"\"quoted text\"\", ''##marked text##'' → ##marked text##\n|[[Text editing|00001007040100]]|''>>inserted text>>'' → >>inserted text>>, ''~~deleted text~~'' → ~~deleted text~~\n|[[Text literal formatting|00001007040200]]|''\\'\\'entered text\\'\\''' → ''entered text'', ''``source code``'' → ``source code``, ''==text output=='' → ==text output==\n|[[Superscript, subscript|00001007040100]]|''m^^2^^'' → m^^2^^, ''H,,2,,O'' → H,,2,,O\n|[[Links to other zettel|00001007040310]]|''[[Link text|00001007990000]]'' → [[Link text|00001007990000]]\n|[[Links to external resources|00001007040310]]|''[[Zettelstore|https://zettelstore.de]]'' → [[Zettelstore|https://zettelstore.de]]\n|[[Embed an image|00001007040322]]|''{{Image text|00000000040001}}'' → {{Image text|00000000040001}}\n|[[Embed content of first paragraph|00001007040324]]|''{{00001007990000}}'' → {{00001007990000}}\n|[[Footnote|00001007040330]]|''text[^footnote]'' → text[^footnote]\n|[[Special characters / entities|00001007040000]]|''→'' → →, ''ℕ'' → ℕ, ''⌛'' → ⌛\n\n=== Structuring\n* [[Heading|00001007030300]]: ''=== Heading'', ''==== Sub-Heading''\n* [[Horizontal rule / thematic break|00001007030400]]: ''---''\n* [[Paragraphs|00001007030000]] are separated by an empty line\n---\n\n=== Lists\n[[Unnumbered list|00001007030200]]:\n```\n* First list item\n* Second list item\n* Third list item\n```\n[[Numbered list|00001007030200]]:\n```\n# Item number 1\n# Item number 2\n# Item number 3\n```\n[[Description List|00001007030100]]:\n```\n; Term\n: Definition\n; Other Term\n: Definition for other term\n```\n=== [[Tables|00001007031000]]\n```\n|=Header|Because|Equal Sign\n|Cell 1.1|Cell 1.2| Cell 1.3\n|Cell 2.1|Cell 2.2\n```"))