manowicz

Results 3 issues of manowicz

Handlers like `readstat_set_variable_handler` return an integer error code, but the three available error codes are defined as an enum: ``` enum { READSTAT_HANDLER_OK, READSTAT_HANDLER_ABORT, READSTAT_HANDLER_SKIP_VARIABLE }; ``` As a result...

bug
API

Hi, I've run into an issue with the following Markdown file: ```` ``` a ```\t b ```` I've printed it verbatim for readability, but "\t" is the tab character, i.e....

The following HTML block is not detected as HTML in a .md file: ``` ``` It is detected as normal text data. When newlines are removed, this block is correctly...