dwo0

Results 5 comments of dwo0

There are three other constants that have been added to libcmark besides Unsafe: `CMARK_OPT_NORMALIZE`, `CMARK_OPT_VALIDATE_UTF8` and `CMARK_OPT_SMART`. Is there any value in including these constants as well?

@anthonyryan1, actually, you may have an error on line 154. `CMARK_OPT_SMART` should be `CMARK_OPT_VALIDATE_UTF8`.

I just put in a pull request to get the extension working past 8.0. I’ve tested it on 7.4, 8.0 and 8.1, and they all seem to work.

The pull request that I submitted passed all tests with 8.0 and 8.1, but some tests failed with 8.2 and the 8.3 release candidate. I was able to fix most...