New
- Added
selectorHtml:
prefix for variables. Works the same asselector:
but extracts the HTML rather than text content, which is useful if you want to process the content withremove_html
,strip_tags
,strip_attr
, andmarkdown
filters.
Improved
- The
{{author}}
variable now returns a comma separated list if there are multiple authors. Note this means the default template is updated to{{author|split:", "|wikilink|join}}
if you want to wikilink the authors. - Improved conversion of Markdown tables and falls back to HTML tables if the table contains merged cells.
- Improved handling of
lower
,upper
andtitlecase
across languages and for arrays. - Improved handling of footnote references.
- No longer overrides
date
filters indate
anddatetime
properties. #55 - Relative URLs in
srcset
attributes are now correctly rewritten.