Document semantic markdown parser
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-26 04:17:18 +05:30
parent b03d27cc3a
commit 2849c65a3d
3 changed files with 793 additions and 0 deletions

View file

@ -67,3 +67,6 @@ The seven blog content folders are synced from the public Obsidian vault. See
[CONTENT_BRIDGE.md](./CONTENT_BRIDGE.md) for conventions, preview/publish
commands, and the Quarto import workflow. See [IMPORT_REPORT.md](./IMPORT_REPORT.md)
for the current imported post mapping.
For the reusable Markdown parser contract shared by Astro HTML and Pandoc/PDF,
see [docs/PARSER.md](./docs/PARSER.md).