[new release] omd (2.0.0.alpha3) #22654
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A Markdown frontend in pure OCaml
CHANGES:
Expose the HTML escape function
htmlentities
(Expose HTML escape function ocaml-community/omd#295 @cuihtlauac)Support generation of identifiers in headers (Automatically fill the id attributes of headings ocaml-community/omd#294, @tatchi)
Support GitHub-Flavoured Markdown tables (Support for GitHub-Flavoured Markdown tables ocaml-community/omd#292, @bobatkey)
Update parser to support CommonMark Spec 0.30 (Update spec to 0.30 ocaml-community/omd#266, @SquidDev)
Preserve the order of input files in the HTML output to stdout (Preserve order of input file list ocaml-community/omd#258,
@patricoferris)
Fix all deviations from CommonMark Spec 0.30 (fix 519 ocaml-community/omd#284, fix 215 and 216 ocaml-community/omd#283, fix test 206 ocaml-community/omd#278, unicode link label normalization (fix test 539) ocaml-community/omd#277, fix some emphasis parsing ocaml-community/omd#269,
@tatchi)