Cmarkgfm

Latest version: v2024.1.14

Safety actively analyzes 623616 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2024.1.14

What's Changed
* update cmark-gfm (0.29.0.gfm.6 -> 0.29.0.gfm.13) by danigm in https://github.com/theacodes/cmarkgfm/pull/63
* Build Python 3.12 wheels by madig in https://github.com/theacodes/cmarkgfm/pull/65

New Contributors
* danigm made their first contribution in https://github.com/theacodes/cmarkgfm/pull/63
* madig made their first contribution in https://github.com/theacodes/cmarkgfm/pull/65

**Full Changelog**: https://github.com/theacodes/cmarkgfm/compare/2022.10.27...2024.1.14

2022.10.27

* Build wheels for Python 3.11
* Update cmark-gfm from `0.29.0.gfm.3` to `0.29.0.gfm.6`

2022.10.26

* Create wheels for Python 3.11

2022.3.4

* Updated cmark to 0.29.0.gfm.3
* Switched to calendar versioning

0.7.0

* Create wheels for Python 3.10
* Drop support for Python 2.7 and 3.5

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`.

`diff
- <pre><code class="language-python">print('hello')
+ <pre lang="python"><code>print('hello'
</code></pre>
`

Thank you nschloe for this contribution.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.