djotters

Crates.iodjotters
lib.rsdjotters
version0.1.13
sourcesrc
created_at2024-03-13 21:31:39.885371
updated_at2024-05-16 10:23:25.380063
descriptionDjot (Markdown) parser that runs at hyper speeds!
homepage
repositoryhttps://github.com/tonyalaribe/djotters
max_upload_size
id1172504
size113,253
Anthony Alaribe (tonyalaribe)

documentation

README

🎭 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

Commit count: 42

cargo fmt