libsoldout icon indicating copy to clipboard operation
libsoldout copied to clipboard

Flexible C library for markdown parsing

Results 4 libsoldout issues
Sort by recently updated
recently updated
newest added

Hello, I tried compiling the code under Visual Studio, it does not have strings.h. However, removing all references to that header works fine for both GCC and VS. ``` soldout.c(2281):...

Some warnings when compiling with `-Wall -Wextra`. They are harmless though. ``` soldout.c: In function 'parr_insert': soldout.c:216:17: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned...

What do you think about [HTML](http://man.openbsd.org/OpenBSD-current/man1/mandoc.1#HTML_Output) manual pages ? You can host them using "GitHub Pages" or somewhere else..

Well it's an issue, but that would probably requires some refactor, so it's more a 'question'/'suggestion'. To my knowledge, the renderer interface can't be correlated with some 'user data' (a...