Initial release
- Breaking Rename
NodeTypeFootNoteReference
toNodeTypeFootnoteReference
to be consistent with the casing used elsewhere - Breaking Rewrite option handling for rendering and parsing
- Breaking Move
ParseDocument
to be a method on parsers and not a standalone function
- Add
RenderCommonMark
for bothcmark
andcmark-gfm
to wrapcmark_render_commonmark
- Add
cmd/cmark-go
to render Markdown files to CommonMark, this is mostly meant as a demonstration of the library - Add
GetFenceInfo
for both libraries to wrapcmark_node_get_fence_info
- Add
ParentFootnoteDef
tocmark-gfm
to wrapcmark_node_parent_footnote_def
- Add
RenderHTML
for both libraries to wrapcmark_render_html
- Add
WithGithubPreLang
as render option tocmark-gfm
, wrapingCMARK_OPT_GITHUB_PRE_LANG