mity / md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
MIT License
756 stars 138 forks source link

Add a link to PyMD4C in README.md #110

Closed dominickpastore closed 4 years ago

dominickpastore commented 4 years ago

I have written Python bindings for MD4C: PyMD4C

This PR adds a link to the related projects section in the README, as discussed in issue #82. Thanks!

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   94.31%   94.31%           
=======================================
  Files           3        3           
  Lines        3059     3059           
=======================================
  Hits         2885     2885           
  Misses        174      174           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37f57ed...3f96f66. Read the comment docs.