Saturday, December 13, 2014

I continued to work in the documentation. And there are again classes moving around. So I recommend to use the latest development version until the next release.

lino.utils.html2xhtml is problematic because it makes Lino depend on tidylib.

And then it turns out that in newer verions of tidylib the show-body-only has no effect when output-xml is also is requested. Which is exactly the combination I need. A Russian user in Prevent tidy from adding html tags had the same problem.

I tried to revitalize my replacement for tidylib (now in separate module lino.utils.mytidylib), but that’s really hard.

Solution for Lino is to use output-xhtml instead of output-xml.

On readthedocs.org the build still fails because they don’t have the binary HtmlTidy library installed.