pagedown 0.4
BUG FIXES
-
Fixed several bugs related to MathJax: local version of MathJax is now used when the
mathjax
parameter is set to"local"
and self contained documents are rendered by default with MathJax without throwing any warning (#130). -
In
html_paged
, the nodes tree is sanitized before Paged.js splits the content into pages. This should avoid duplicated content observed whenbreak-after: avoid
andbreak-before: avoid
are used (#131).