From: chris s. <chr...@ho...> - 2020-09-23 06:55:05
|
Well actually myst-parser is a Markdown to docutils AST renderer https://myst-parser.readthedocs.io, it is generally used via sphinx, but the base renderer is purely docutils. It also underpins https://myst-nb.readthedocs.io<https://myst-nb.readthedocs.io/en/latest/> and http://jupyterbook.org, to render Jupyter notebooks to docutils AST Kind Regards, Chris On 23 Sep 2020, at 07:37, Guenter Milde via Docutils-users <doc...@li...> wrote: On 2020-09-23, Omer Shommo wrote: Hello Everybody, I am new to docutils. I need to know if Docutils need source files to be in reStructuredText format before converting them to HTML, LaTeX, man-pages, open-document or XML Yes, currently reStructuredText_ ist the only input format for Docutils. Günter .. _reStructuredText: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html _______________________________________________ Docutils-users mailing list Doc...@li... https://lists.sourceforge.net/lists/listinfo/docutils-users Please use "Reply All" to reply to the list. |