Releases: kivikakk/comrak
Releases · kivikakk/comrak
0.4.0
Changes since last release (0.3.1...0.4.0)
- Invert default-false
safe
flag to default-falseunsafe_
flag. If you were not enabling safe mode before, you'll need to enable unsafe mode now.
0.3.1
Changes since last release (0.3.0...0.3.1)
- Keep up-to-date with the spec.
0.3.0
Changes since last release (0.2.14...0.3.0)
- Significant test coverage and code clean up. (#82, #83, Brian Anderson)
- Description list support. (#86, Ayose Cazorla)
- Example use of comrak to convert CommonMark documents into S-expressions. (#86, Ayose Cazorla)
- Footnotes are now enabled via an extension option, not a flag of its own. (#87)
- Extend
cmark-gfm
compatibility to include all extension and regression tests. (#87)
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
- Add
default-info-string
argument/option to specify a default language in fenced code blocks. (Thanks to @steveklabnik for the suggestion.)