Zettel Markdown
Zettel files are written in Markdown, per CommonMark and GFM spec, along with most of commonmark extensions enabled.1
- Linkingᛦ
- Tagsᛦ
- Zettel metadataᛦ
- Code syntax highlightingᛦ
- Math supportᛦ
- Adding images and other filesᛦ
- Styling elements using Semantic UI (#176)
- Using raw HTML in Markdownᛦ
Misc features:
- Text 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.
↩︎