compat.md4c
#includeMD4C — Markdown parser for C
#include "md4c.h"
mcpp add compat.md4c@0.5.3
用法
來自本倉庫自己的測試專案 —— CI 真的編譯並執行過,不是為了網站寫的。
// 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 · 專案 tests/examples/md4c
建置
- targets
md4c (lib)- language
c++23- C standard
c99- import std
- no
- include dirs
*/src
原始檔 (1)
*/src/md4c.c
版本
| 版本 | 平台 | 鏡像 | sha256 |
|---|---|---|---|
0.5.3 最新 |
LinuxWindowsmacOS | 來源 | 353c346f376b… |