cmarkgfm

Python bindings for GitHub's cmark

MIT License

Downloads
555.7K
Stars
69
Committers
21
cmarkgfm - January 14th, 2024 Latest Release

Published by theacodes 10 months ago

What's Changed

New Contributors

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

cmarkgfm - October 27th, 2022

Published by mbarkhau about 2 years ago

  • Build wheels for Python 3.11
  • Update cmark-gfm from 0.29.0.gfm.3 to 0.29.0.gfm.6
cmarkgfm - October 26th, 2022

Published by mbarkhau about 2 years ago

  • Create wheels for Python 3.11
cmarkgfm - March 4th, 2022

Published by theacodes over 2 years ago

  • Updated cmark to 0.29.0.gfm.3
  • Switched to calendar versioning
cmarkgfm - 0.7.0

Published by mbarkhau almost 3 years ago

  • Create wheels for Python 3.10
  • Drop support for Python 2.7 and 3.5
cmarkgfm - 0.6.0

Published by mbarkhau over 3 years ago

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.

cmarkgfm - 0.5.3

Published by mbarkhau over 3 years ago

  • Add support for Linux aarch64
  • Update to cibuildwheel==v1.10.0

Thank you @odidev for this contribution

cmarkgfm - 0.5.2

Published by mbarkhau almost 4 years ago

  • Enable tasklist extension

Thank you @Andrew-Chen-Wang

cmarkgfm - 0.5.1

Published by mbarkhau almost 4 years ago

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

cmarkgfm -

Published by mbarkhau almost 4 years ago

cmarkgfm -

Published by mbarkhau almost 4 years ago

cmarkgfm -

Published by mbarkhau almost 4 years ago

This release is intended to test the new GH build system.

cmarkgfm - 0.5.0

Published by theacodes almost 4 years ago

  • 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)
cmarkgfm - 0.4.2

Published by theacodes about 6 years ago

cmarkgfm - 0.4.1

Published by theacodes over 6 years ago

cmarkgfm - 0.4.0

Published by theacodes over 6 years ago