Releases: theacodes/cmarkgfm
Releases · theacodes/cmarkgfm
January 14th, 2024
October 27th, 2022
- Build wheels for Python 3.11
- Update cmark-gfm from
0.29.0.gfm.3
to0.29.0.gfm.6
October 26th, 2022
- Create wheels for Python 3.11
March 4th, 2022
- Updated cmark to 0.29.0.gfm.3
- Switched to calendar versioning
0.7.0
0.6.0
The output generated by cmarkgfm.github_flavored_markdown_to_html
for code blocks has changed to be in line with that of github.com.
This change may break existing css rules as code blocks were generated differently for cmarkgfm<0.6.0
.
- <pre><code class="language-python">print('hello')
+ <pre lang="python"><code>print('hello'
</code></pre>
Thank you @nschloe for this contribution.
0.5.3
0.5.2
- Enable
tasklist
extension
Thank you @Andrew-Chen-Wang
0.5.1
- Wheels are now generated using cibuildwheel with GitHub Actions
- Add support for Python 3.9
- Document deprecation of Python 2.7 (no longer supported on Windows)
This release has no functional changes compared to 0.5.0.
Thank you @fruch for the help with cibuildwheel and thank you @theacodes for on-boarding me as a maintainer.
0.5.1-alpha2: Ci Build Fix (#29)
bump to version 0.5.1a2 to test ci release