Releases: rhinoman/go-commonmark
Releases · rhinoman/go-commonmark
go-commonmark 0.18.2
Incorporates libcmark version 0.18.2
Major changes:
- A new RenderCMark() function has been added
- Function Md2Html now takes an options parameter
go-commonmark 0.18.1
Incorporates a minor fix from cmark 0.18.1.
go-commonmark 0.18
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
go-commonmark 0.17
Coincides with CommonMark 0.17
go-commonmark 0.16
Go wrapper for CommonMark v0.16