[Quicknr]

Monday, 04 April 2016

Quicknr 1.5.0

An important update: HTML tree indenting is now done natively by Quicknr, Python's XML module is no longer used.

The XML module from Python's standard library was a quick coding solution for HTML tree indenting by Quicknr.

It proved a mixed blessing in usage, however. The module would perform HTML entity conversions when not asked to do so, and would interfere with the content in other ways.

Now Quicknr does the indenting itself. It does not touch content, and therefore presents no danger. If it fails, the failure only results in wrong indenting of HTML tags.

There is now no reason to disable the indenting, so the preference has been removed from the "config.txt" file.