Re: Is reStructuredText required for conversion to HTML
chris sewell <[email protected]> Wed, 23 Sep 2020 06:54:35 +0000
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <AM5PR10MB153759A5C0E43CD5F54FC79F9D380@AM5PR10MB1537.EURPRD10.PROD.OUTLOOK.COM> |
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 <[email protected]> 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 [email protected] https://lists.sourceforge.net/lists/listinfo/docutils-users Please use "Reply All" to reply to the list.