Added
- Added new
ConverterInterface - Added new
MarkdownToXmlConverterclass - Added new
HtmlDecoratorclass which can wrap existing renderers with additional HTML tags - Added new
table/wrapconfig to apply an optional wrapping/container element around a table (#780)
Changed
HtmlElementcontents can now consist of anyStringable, not justHtmlElementandstring
Deprecated
- Deprecated
MarkdownConverterInterfaceand itsconvertToHtml()method; useConverterInterfaceandconvert()instead