Djot is a light markup syntax. It derives most of its features from commonmark, but it fixes a few things that make commonmark's syntax complex and difficult to parse efficiently. It is also much fuller-featured than commonmark, with support for definition lists, footnotes, tables, several new kinds of inline formatting (insert, delete, highlight, superscript, subscript), math, smart punctuation, attributes that can be applied to any element, and generic containers for block-level, inline-level, and raw content. The project began as an attempt to implement some of the ideas I suggested in Beyond Markdown.
Features
- Parse djot markup in linear time, with no backtracking
- Parsing of inline elements is "local" and does not depend on what references are defined later
- Documentation available
- The extension .dj may be used to indicate that the contents of a file are djot-formatted text
- The code and documentation are released under the MIT license
- Implementations in JavaScript, Lua, Prolog, Rust
Categories
Markup LanguagesLicense
MIT LicenseFollow Djot
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Djot!