5 Commits

Author SHA1 Message Date
Kenta Kubo
1153b7f24e Revert "remove empty config.h and cmark-gfm_config.h headers"
This reverts commit 6f648763b2.
2025-04-03 00:13:49 +09:00
Saleem Abdulrasool
6f648763b2 remove empty config.h and cmark-gfm_config.h headers
These no longer serve any purpose and allow us to remove them.
2024-01-05 09:27:17 -08:00
Saleem Abdulrasool
a6276c49e6 remove some compiler compatibility shims
`stdbool.h` is part of C99 however was not provided by Visual Studio
2013 until RTM [1]. Remove the check for the header and inline the
include at the usage sites rather than relying on `config.h`.  VS2013
was EOL'ed Apr 9, 2019, with extended support ending Apr 9, 2024.

[1] https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-studio-2013/
2024-01-05 09:27:12 -08:00
QuietMisdreavus
eb9a6a357b add support for colspan/rowspan in tables (#46)
rdar://97739626
2022-09-14 09:50:43 -06:00
Victoria Mitchell
e9b454e955 add cmark-gfm-bin target to Package.swift 2021-08-03 08:51:16 -06:00