master
build: Tell cmake to set 'rpath' so the installed 'cmark' can find 'libcmark.so'
Fix bug in tight/loose list determination with horizontal rule.
buffer: bounds-check lookahead in cmark_strbuf_unescape.
Remove unused functions
Update to Unicode 17.0
replace usage of `CMARK_INLINE` with `inline`
Fix -Wstrict-prototypes warnings (#452)
Rename functions.
Generate and install cmake-config file
Let cmake update version
Refactor: Use snprintf return value instead of redundant strlen
houdini: Rework HTML entity table
Rename `houdini_escape_html0` -> `houdini_escape_html`.
remove check for `__builtin_expect`
inlines: add explicit bounds check in HTML comment scan.
Use C string instead of chunk for link URL and title
Remove leftover includes of memory.h.
Fix email autolink rendering in latex.
Fix install paths in libcmark.pc
Refactor: Use O(1) dereferencing for emptiness checks instead of strlen
Man: use `\f[CR]` instead of nonportable `\f[C]` for code.
blocks: Fix quadratic behavior in check_open_blocks
Avoid quadratic output growth with reference links
clean up C4267 warnings on MSVC builds
Remove useless 'extern' keyword
Don't append a newline character when rendering inline nodes.
remove some compiler compatibility checks (#498)
scanners: Match "CDATA" case-sensitively
Fix bsearch usage with C23
XML renderer: use delimiter not delim, in accord with the dtd.