11 releases

new 0.1.13 May 16, 2024
0.1.12 May 16, 2024
0.1.11 Mar 25, 2024

#388 in Text processing


Used in quickstatic

MIT/Apache

115KB
1.5K SLoC

🎭 Djotters

Turning your Djot (markdown) into lovely HTML!

Djotters is here to let you draft up a document and watch it render in real time.

If you want to use this HTML elsewhere, just click the button above to switch the view to raw, unrendered HTML. This way you can copy&paste is anywhere you'd like. When it is time to save your work, Djotters gives you the ability download your document as an .md file.

Built on the following tech:
  • 🦀Rust as your typical programming language
  • 🍟Nom to parse the markdown into a Syntax Tree

Support

Djotters supports the following Djot markdown structures:
  • Headers 1-6
  • Ordered Lists
  • Unordered Lists
  • Codeblocks (no specified language support)
  • boldtext
  • italic text
  • inline_code
  • Links
  • Images
  • Attributes spec

Dependencies

~4MB
~105K SLoC