.clangd
.gitignore
AGENTS.md
CMakeLists.txt
CMakePresets.json
GO_REFERENCE_AUDIT.md
LICENSE
Makefile
PARITY_BUGS.md
README.md
RELEASE_MANIFEST
VERSION
cmake/libmdf.pc.in
cmake/libmdfConfig.cmake.in
cmake/toolchains/aarch64-linux-gnu.cmake
cmake/toolchains/aarch64-linux-musl.cmake
cmake/toolchains/arm64-apple-darwin.cmake
cmake/toolchains/armhf-linux-gnu.cmake
cmake/toolchains/armhf-linux-musl.cmake
cmake/toolchains/x86_64-linux-gnu.cmake
cmake/toolchains/x86_64-linux-musl.cmake
examples/basic.c
fuzz/corpus/basic.md
fuzz/corpus/html.md
fuzz/corpus/table.md
fuzz/corpus/unicode.md
fuzz/fuzz_smoke.c
include/libmdf.h
include/libmdf/mdf.h
include/libmdf/mdf.h.in
libmdf-scm-1.rockspec.in
lua/libmdf.lua
lua/libmdf_core.c
parityjudge/go.mod
parityjudge/go.sum
parityjudge/libmdf_bridge.c
parityjudge/libmdf_cgo.go
parityjudge/main.go
scripts/build.sh
scripts/build_cmdf_static.sh
scripts/build_lua_rock.sh
scripts/clean.sh
scripts/configure_preset.sh
scripts/cross_build.sh
scripts/fuzz.sh
scripts/generate_cmdf_lua.sh
scripts/install_cmdf.sh
scripts/lua_test.sh
scripts/package-verify.sh
scripts/package.sh
scripts/package_checksums.sh
scripts/package_source.sh
scripts/parity.sh
scripts/release_lua_artifacts.sh
scripts/release_version.sh
scripts/render_release_rockspec.sh
scripts/stage_lua_rock_sources.sh
scripts/stream_parity.sh
scripts/test.sh
scripts/verify_lua_artifacts.sh
scripts/verify_release_privacy.sh
scripts/version.sh
src/cmdf.c
src/cmdf_fonts.c
src/cmdf_fonts.h
src/html_embedded/OFL.txt
src/html_embedded/jetbrains_italic.h
src/html_embedded/jetbrains_regular.h
src/mdf.c
src/mdf_internal.h
src/mdf_theme_data.h
src/render.c
src/render_ansi.c
src/render_ansi_blocks.c
src/render_html.c
src/render_internal.h
src/render_parse.c
testdata/OBAF.md
testdata/agents.md
testdata/centaur-post.md
testdata/centaur.md
testdata/code-review-is-a-dead-end.md
testdata/eg.md
testdata/frontmatter1.md
testdata/frontmatter2.md
testdata/future/README.md
testdata/future/html.md
testdata/future/linkify.md
testdata/future/reflinks.md
testdata/future/setext.md
testdata/future/strikethrough.md
testdata/future/tables.md
testdata/future/tasklist.md
testdata/jsonfrontmatter.md
testdata/lazyblockquote.md
testdata/mdtest/LICENSE
testdata/mdtest/README.md
testdata/mdtest/TEST.md
testdata/misreadings.md
testdata/parity-html-regressions/blockquote-styled-first-content.md
testdata/parity-regressions/blockquote-quote-text.md
testdata/parity-regressions/blockquote-soft-wrap-quote-text.md
testdata/parity-regressions/blockquote-styled-first-content.md
testdata/parity-regressions/code-block-comment-wrap.md
testdata/parity-regressions/quoted-table-link-paren.md
testdata/parity/autolinks.md
testdata/parity/links.md
testdata/parity/tasklist.md
testdata/parity__nbsp.md
testdata/parity__thematic_break.md
testdata/quotes.md
testdata/replay.md
testdata/table-corpus/alignment.md
testdata/table-corpus/block-contexts.md
testdata/table-corpus/container-contexts.md
testdata/table-corpus/headerless-pipe.md
testdata/table-corpus/inline-code-links.md
testdata/table-corpus/inline-emphasis.md
testdata/table-corpus/inline-escapes-entities.md
testdata/table-corpus/near-misses.md
testdata/table-corpus/position-end.md
testdata/table-corpus/position-middle.md
testdata/table-corpus/position-multiple.md
testdata/table-corpus/position-top.md
testdata/table-corpus/regression-declared-columns.md
testdata/table-corpus/regression-headerless-row-buffer.md
testdata/table-corpus/regression-non-table-pipes-start.md
testdata/table-corpus/regression-non-table-pipes.md
testdata/table-corpus/regression-pdf-page-fragment.md
testdata/table-corpus/regression-spacing-contexts.md
testdata/table-corpus/regression-streaming-ambiguity.md
testdata/table-corpus/row-shapes.md
testdata/table-corpus/syntax-edge-pipes.md
testdata/table-corpus/syntax-spacing.md
testdata/table-corpus/unicode.md
testdata/table-corpus/wrapping.md
testdata/tomlfrontmatter.md
tests/header_self_sufficient.c
tests/lua_smoke.lua
tests/test_api.c
tests/test_cmake_options.sh
tests/test_cmdf.c
tests/test_configure_profiles.sh
tests/test_contracts.c
tests/test_emission_surface.sh
tests/test_package_install_cache.sh
tests/test_parityjudge_options.sh
tests/test_public_api.c
tests/test_token_dump.c
tests/test_version_source.sh
