(zettel (meta (back "00001007040200 00001007800000 00001018000000") (backward "00001007030000 00001007040200 00001007800000 00001018000000") (box-number "1") (created "20220201142439") (forward "00001004010000 00001007030000 00001007050000 00001008000000 00001008010500") (modified "20221018121251") (published "20221018121251") (role "manual") (syntax "zmk") (tags "#manual #zettelmarkup #zettelstore") (title "Zettelmarkup: Inline-Zettel Block")) (rights 4) (encoding "") (content "An inline-zettel block allows to specify some content with another syntax without creating a new zettel.\nThis is useful, for example, if you want to embed some [[Markdown|00001008010500]] content, because you are too lazy to translate Markdown into Zettelmarkup.\nAnother example is to specify HTML code to use it for some kind of web front-end framework.\n\nAs all other [[line-range blocks|00001007030000#line-range-blocks]], an inline-zettel block begins with at least three identical characters, starting at the first position of a line.\nFor inline-zettel blocks, the at-sign character (\"\"''@''\"\", U+0040) is used.\n\nYou can add some [[attributes|00001007050000]] on the beginning line of a verbatim block, following the initiating characters.\nThe inline-zettel block uses the attribute key \"\"syntax\"\" to specify the [[syntax|00001008000000]] of the inline-zettel.\nAlternatively, you can use the generic attribute to specify the syntax value.\nIf no value is provided, \"\"[[text|00001008000000#text]]\"\" is assumed.\n\nAny other character in this first line will be ignored.\n\nText following the beginning line will not be interpreted, until a line begins with at least the same number of the same at-sign characters given at the beginning line.\nThis allows to enter some at-sign characters in the text that should not be interpreted at this level.\n\nSome examples:\n```zmk\n@@@markdown\nA link to [this](00001007031200) zettel.\n@@@\n```\nwill be rendered as:\n:::example\n@@@markdown\nA link to [this](00001007031200) zettel.\n@@@\n:::\n\nIf you have set [[''insecure-html''|00001004010000#insecure-html]] to the value \"\"zettelmarkup\"\", the following markup is not ignored:\n\n```zmk\n@@@html\n

H1 Heading

\nAlea iacta est\n@@@\n```\nwill render a section heading of level 1, which is not allowed within Zettelmarkup:\n:::example\n@@@html\n

H1 Heading

\nAlea iacta est\n@@@\n:::\n:::note\nPlease note: some HTML code will not be fully rendered because of possible security implications.\nThis include HTML lines that contain a ''