9 releases

0.1.11 Mar 25, 2024
0.1.10 Mar 25, 2024

#353 in Text processing

Download history 573/week @ 2024-03-12 442/week @ 2024-03-19 209/week @ 2024-03-26 64/week @ 2024-04-02 1/week @ 2024-04-09

821 downloads per month
Used in quickstatic

MIT/Apache

110KB
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

~3.5MB
~97K SLoC