New release: 2.2.0 #792
colinodell
announced in
Announcements
Replies: 1 comment 1 reply
-
Maybe I'm doing something wrong, but isn't this deprecation always triggered, because |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
ConverterInterface
MarkdownToXmlConverter
classHtmlDecorator
class which can wrap existing renderers with additional HTML tagstable/wrap
config to apply an optional wrapping/container element around a table (Table extension: Add (optional?) container element to handle horizontal overflow #780)Changed
HtmlElement
contents can now consist of anyStringable
, not justHtmlElement
andstring
Deprecated
MarkdownConverterInterface
and itsconvertToHtml()
method; useConverterInterface
andconvert()
insteadThis discussion was created from the release 2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions