- Set first-line-indent: 0 on all TABLE styles in default/review docx templates
to prevent table cells from inheriting Normal paragraph indentation.
- Set default PDF template body first-line-indent to 2em (all: true).
- Change default PDF bookmark depth from 1 to 2 in CLI and build_pdf.
- Extend docx post-processing to copy Normal style typography from reference-doc,
format headings/references, and handle BodyText paragraphs.
- Add new subcommands: convert, preflight, server, templates, webpage
- Migrate config from bin/config.json to ~/.config/mytoolkit
- Fix expand_bookmarks to modify writer objects instead of reader
- Improve md_to_pdf with CJK bookmark support
- Update README and project metadata
Three fixes:
1. Use pandoc -f markdown-citations to avoid @label citation parsing
errors in Typst output.
2. Remove Pandoc auto-generated heading labels (<...>) from typst body.
Without this, Typst creates named-destination links for outline
entries. Named destinations with non-ASCII characters break in
macOS Preview and other PDF readers.
3. Fix expand_bookmarks() to clone the full document (preserving all
/Dest attributes) instead of rebuilding outline from scratch, which
destroyed the bookmark hierarchy.
4. Add --root / to typst compile for consistent absolute path resolution.