mity / md4c

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

[WIP, Experimental] Runtime customization by application side. #249

Open mity opened 4 months ago

mity commented 4 months ago

This PR is an attempt to implement the proposal discussed in #245.

Rough to-do list:

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 83.00000% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 91.44%. Comparing base (3848bfb) to head (3e93dd5).

Files Patch % Lines
src/md4c-html.c 87.95% 10 Missing :warning:
src/md4c.c 58.82% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #249 +/- ## ========================================== - Coverage 91.74% 91.44% -0.30% ========================================== Files 5 5 Lines 3366 3389 +23 Branches 764 765 +1 ========================================== + Hits 3088 3099 +11 - Misses 278 290 +12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.