mcpp index

compat.md4c

#include

MD4C — 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…