From: Guenter M. <mi...@us...> - 2015-08-18 11:21:55
|
On 2015-08-18, Gour wrote: > Guenter Milde <mi...@us...> writes: >> However, you are free to set your own defaults in a system-wide or user- >> config file. >> http://docutils.sourceforge.net/docs/user/config.html#configuration-files > Using: > [restructuredtext parser] > trim_footnote_reference_space=yes > in ~/.docutils this works, but I’ve tried with this one: > [html4css1 writer] > footnote_references="superscript" > and it does not work. Any hint? Use the `Config File Syntax`__ in the config file? __ http://docutils.sourceforge.net/docs/user/config.html#configuration-file-syntax With :: [html4css1 writer] footnote-references: superscript and using the html4css writer (rst2html.py), it works here. With :: [writers] footnote-references: superscript it works also for rst2html5.py. > p.s. Even after subscribing to the mailing list, posting via Gmane does > not work. Any idea? It may require one additional confirmation step (telling Gmane that posting is OK). I don't recall the actual procedure but I use my news-reader via Gmane for reading and posting both docutils-user and docutils-devel. Günter |