0.0.1 |
|
---|
#7 in #djot
7KB
89 lines
djr
Perhaps the fastest Djot parser ever?
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.
- From the Djot website
djr
is a Djot parser written in Rust. This repo holds the binary that let's
you use djr
from the command line. The full library is hosted on
Sourcehut.
NOTE: djr
is not finished yet, which means this repo does not do much. If
you want to help out, send me a mail through the djr
development mailing list:
djr-dev
.
Dependencies
~0.6–1.4MB
~31K SLoC