compat.md4c
#includeMD4C — Markdown parser for C
#include "md4c.h"
mcpp add compat.md4c@0.5.3
Usage
From this repository's own test project — built and run by CI, not written for the website.
// Smoke test — verify compat.md4c header is usable + links successfully
#include "md4c.h"
import std;
int main() {
// Verify the header is available and the ABI struct is defined
MD_PARSER parser = {0};
std::println("compat.md4c smoke test: ok");
return 0;
}
tests/examples/md4c/tests/test_md4c.cpp · project tests/examples/md4c
Build
- targets
md4c (lib)- language
c++23- C standard
c99- import std
- no
- include dirs
*/src
Sources (1)
*/src/md4c.c
Versions
| Version | Platforms | Mirrors | sha256 |
|---|---|---|---|
0.5.3 latest |
LinuxWindowsmacOS | source | 353c346f376b… |