Skip to content

Releases: mikegoatly/html2md

v2.1.0

12 Aug 18:02
Compare
Choose a tag to compare

The included and excluded nodes can now be referenced as an XPath in addition to just a node name. This allows for much more targeted selection of nodes to include/exclude.

v2.0.0

12 Aug 08:31
Compare
Choose a tag to compare

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

10 Aug 08:05
a84cd54
Compare
Choose a tag to compare

You can now extract Front Matter metadata as part of the conversion process