Zettel Markdown
Zettel files are written in Markdown, per CommonMark and GFM spec, along with most of commonmark extensions enabled.1
- Linking#
- Zettel metadata#
- Adding images and other files#
- Styling elements using Semantic UI (#176)
Enriching Markdown:
- Using raw HTML in Markdown#
- Code Syntax Highlighting#
- Math support#
- Footnotes and many other extensions are enabled.
- Highlighting: Surround text with
== ... ==
to highlighting them (eg: This word is highlighted).
Neuron uses commonmark-hs to parse them into the Pandoc AST, as well as provides an extention on top to handle zettel links.
↩︎