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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Djot!