md4c icon indicating copy to clipboard operation
md4c copied to clipboard

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.

Results 49 md4c issues
Sort by recently updated
recently updated
newest added

We are developing a chat application and investigating using this library as a markdown parser. However, we have some use-cases where we want to convert our rendered HTML back into...

Being able to link to a specific section is a really nice to have feature. While searching for existing issues, I found [this comment](https://github.com/mity/md4c/issues/143#issuecomment-745865961) which makes me think that this...

feature request

Hello! I attempted to use your project with the following scenario, which is described in README.md: ``` or alternatively add the sources md4c.[hc], md4c-html.[hc] and entity.[hc] into your code base...

See this file ``` 1. list item problem with 2 line after a list ``` "Conditional jump or move depends on uninitialised value(s)" This is related to the patch #6...

This PR implement an extension when generating heading. This make possible to link directly to heading. Github, Pandoc and other Markdown libs provide this feature. Because this is an extension,...

This adds support for mention links.

md_html allows very little customization. If users want to use `` instead of ``, for example, they need to reimplement md_html entirely or post-process md_html's output. Expose some of md_html's...

I am using an alternative memory allocator, and would like to be able to specify it rather than 'malloc' et. al.

feature request

I'm not sure if this is intentional, but entity.h is not exposed as a public header in src/CMakeLists.txt. I suppose this makes sense, since entity.c is only built as part...