- Upgrade to 0.7.0:
- Create wheels for Python 3.10
- Drop support for Python 2.7 and 3.5
- 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>
OBS-URL: https://build.opensuse.org/request/show/952923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmarkgfm?expand=0&rev=3
- Create wheels for Python 3.10
- Drop support for Python 2.7 and 3.5
- 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>
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmarkgfm?expand=0&rev=6
- Update to 0.5.3
* Add support for Linux aarch64
- Release 0.5.2
* Enable tasklist extension
- Release 0.5.1
* Add support for Python 3.9
* Document deprecation of Python 2.7
- Release 0.5.0
* Update to cmark 0.29.0.gfm.0
* Drop support for Python 3.4; make support for 3.7 & 3.8 official
(#21)
* Document SAFE/UNSAFE mode and the other options (#24)
+ import cmarkgfm.cmark.Options into cmarkgfm
* Make Python information more explicit in the README (#16)
OBS-URL: https://build.opensuse.org/request/show/880503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmarkgfm?expand=0&rev=4