8000 Release go-commonmark 0.18 · rhinoman/go-commonmark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

go-commonmark 0.18

Compare
Choose a tag to compare
@rhinoman rhinoman released this 07 Mar 20:21
· 22 commits to master since this release

Incorporates CommonMark / cmark version 0.18

Biggest Changes:

  • Parser operations now accept a final 'options' parameter.
  • The options parameter in various node and parser functions has been changed from 'long' to 'int'

See the cmark 0.18 release notes for more details: https://github.com/jgm/cmark/releases/tag/0.18

0