From: Guenter M. <mi...@us...> - 2020-09-23 06:36:41
|
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 |