Skip to content

go-commonmark 0.23.0

Compare
Choose a tag to compare
@rhinoman rhinoman released this 30 Dec 01:44
· 10 commits to master since this release

Integrated cmark 0.23.0

API Changes

  • CMARK_NODE_CUSTOM_BLOCK and CMARK_NODE_CUSTOM_INLINE node types added
  • CMARK_NODE_HEADER renamed to CMARK_NODE_HEADING
  • CMARK_NODE_INLINE_HTML renamed to CMARK_NODE_HTML_INLINE
  • CMARK_NODE_HRULE renamed to CMARK_NODE_THEMATIC_BREAK
  • Added functions GetOnEnter(), GetOnExit(), SetOnEnter() and SetOnExit() to the Node API

See the release notes for cmark 0.23.0 for full list of changes (there are many)