Skip to content

Djotters is a Djot parser and translater written via parser combinators, in rust.

Notifications You must be signed in to change notification settings

tonyalaribe/djotters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎭 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

About

Djotters is a Djot parser and translater written via parser combinators, in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages