** Who's using Mldoc?
** Build
# compile
make
# run test
make test
** Run utop
cd lib
dune utop
** Usage *** For Javascript users
# 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
#+END_SRC
*** For OCaml users
# compile
make
# convert org file to html
_build/default/bin/main.exe ./test.org -o ./test.html
#+END_SRC
*** Invoke utop in Emacs
opam config exec -- dune utop lib -- -emacs
#+END_SRC
** Parsing todos [12/12] *** DONE Heading [7/7]
*** DONE Markup (Inline) [14/14]
*** DONE Table [2/2]
*** DONE List [3/3]
*** DONE Directive
*** DONE Block [5/5]
*** DONE Comment
*** DONE Drawer Not exported.
*** DONE Horizontal
*** DONE Latex environment
DONE Quoting DONE TOC
** DONE Export [2/2]