sundown icon indicating copy to clipboard operation
sundown copied to clipboard

Standards compliant, fast, secure markdown processing library in C

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

$ gcc --version gcc (Debian 4.9.1-19) 4.9.1 ... How do I fix it when I make it?

In readme is wrote: only 3 file for minimal compilation: ... array.c where is array? How I can make minimal version without html parser ?

So what's going on? Github _seems_ to still be using this library, and a replacement doesn't appear to have materialized. The last commit saying "Stay tuned" is from 2012. What's...

the link to the upskirt library was broken and upstream have renamed it to libsoldout anyway; update both

This is a fix to allow correctly parse tables with vertical bar escaped see bellow from https://github.com/mity/md4c : ``` example Column 1 | Column 2 ---------|--------- foo | bar baz...

`echo "=" | ./sundown` triggers this undefined behavior with the latest commit when compiled with `-fsanitize=undefined`. ``` src/buffer.c:162:32: runtime error: null pointer passed as argument 2, which is declared to...

This PR adds support for Buck build, making it easier to integrate Sundown into Buck projects. The existing Make build is unchanged. I also added a note about Buck to...

When a link is parsed the `href` is set without trimming surrounding spaces, which can lead to `href`s that look like `%09http://...` and thus not loading correctly when rendered as...

Hello, Is it possible to use Sundown with MathJax? How? Thank You, Miguel

Not sure if this is another bug that popped up after the fix for issue #96, but looks like I found another bug in processing inline HTML. The following HTML...