Another Org-mode and Markdown parser implemented using OCaml and Angstrom. It’s based on mlorg which is a high quality Org-mode parser written by Simon Castellan.
- Logseq, a local-first notes app (In development)
# compile
make
# run test
make test
cd lib
dune utop
# install mldoc
npm install -g mldoc
# convert org mode file to html
mldoc convert -i ./test.org -o ./test.html
# convert markdown mode file to html
mldoc convert -i ./test.markdown -o ./test.html
# compile
make
# convert org file to html
_build/default/bin/main.exe ./test.org -o ./test.html
opam config exec -- dune utop lib -- -emacs
- [X] level
- [X] marker
- [X] priority
- [X] title
- [X] tags
- [X] stats
- [X] footnote
- [X] Latex fragment
- [X] timestamp
- [X] entity
- [X] macro
- [X] statistics cookie
- [X] footnote reference
- [X] link
- [X] direct link
- [X] target
- [X] verbatim
- [X] code
- [X] nested emphasis [4/4]
- [X] bold
- [X] underline
- [X] italic
- [X] strike_through
- [X] subscript
- [X] superscript
- [X] preliminary support
- [X] column groups
- [X] Unordered list
- [X] Ordered list
- [X] Definition list
- [X] src
- [X] quote
- [X] example
- [X] custom
- [X] block nested in block
Not exported.
- [X] json
- [X] html