Releases: mikegoatly/html2md
Releases · mikegoatly/html2md
v2.1.0
v2.0.0
New tags supported
Breaking change: FrontMatterOptions
properties SingleValueProperties
and ArrayValueProperties
are now Dictionary<string, PropertyMatchExpression>
. PropertyMatchExpression
allows for the specification of properties to be formatted differently. Currently the only special format type is Date
which will cause the matched text to be parsed as a DateTime and formatted as an ISO 8601 date.
v1.1.0
You can now extract Front Matter metadata as part of the conversion process