New: underline accepts also false to not decorate a link for instance.
Improvement
Improvement: frontmatter process now the metadata at the render phase.
Deleted
The option to span multiple line is no more supported for a link to preserve the parse tree. See error below.
Bug Solved
Bug: A link not closed (without ]]) followed by a closed link was making the parse tree not even and caused parsing issue on heading and other traversal.
their was no width and height attribute on a svg that added via the img
the styling of the svg returned was set to height“100% in place of height:auto
Bug: SEO, the page queried by the canonical were not added to the search index. Why ? Because they got a meta robots value of noindex,follow via the tpl_metaheaders function of Dokuwiki that check the INFO['exists'] value.