- Which Markdown flavor?
- GitHub-Flavored Markdown with extensions: tables, task lists, code fences with syntax highlighting, footnotes, autolinks.
- Is syntax highlighting in code blocks preserved?
- Yes — common languages (JS, TS, Python, Go, SQL, YAML) highlight automatically. Specify the language after ``` for best results.
- Can I add page breaks?
- Include `<div style='page-break-after: always'></div>` in the Markdown. Or toggle 'heading starts new page' for automatic chapter breaks.