Showing content from https://github.com/logseq/mldoc below:
logseq/mldoc: Another Emacs Org-mode and Markdown parser.
Skip to content Navigation Menu
Search code, repositories, users, issues, pull requests...
Saved searches Use saved searches to filter your results more quickly
Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert logseq/mldoc
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
# 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
About
Another Emacs Org-mode and Markdown parser.
Resources License Stars Watchers Forks
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4