pre-release 0.14rc2 is out
Guenter Milde via Docutils-users <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <[email protected]> |
Dear Docutils users,
there is a new Docutils pre-release out at PyPi: `Release 0.14rc2`_.
See the HISTORY_ for a detailled list of changes, additions and bugfixes.
.. _Release 0.14rc2: https://pypi.python.org/pypi/docutils/0.14rc2
.. _HISTORY: http://docutils.sourceforge.net/HISTORY.html
Beware, there are changes that may break existing documents or prevent
working "out of the box":
- Consistent handling of all whitespace characters in inline markup
recognition. (
-> May break documents that relied on some whitespace
characters (NBSP, ...) *not* to be recognized as whitespace.
- The MathJax CDN shut down on April 30, 2017. For security reasons, we
don't use a third party public installation as default but warn
if `math-output` is set to MathJax without specifying a URL.
-> HTML documents using math-output=MathJax without giving an URL will
show the LaTeX syntax instead of typset mathematical content.
See http://docutils.sourceforge.net/docs/user/config.html#math-output
for details.
- The LaTeX writer now handles class arguments for block-level elements
by wrapping them in a "DUclass" environment. This replaces the
special handling for "epigraph" and "topic" elements.
-> Styling of epigraph and topic elements in a custom stylesheet or
preamble code using DUroleepigraph or DUroletopic is ignored.
See http://docutils.sourceforge.net/docs/user/latex.html
We invite you to test and report any problems or improvement suggestions.
Günter
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.