v0.8.0: theme library and converter polish
Added
- Theme library at
/themes: a grid of every theme, a family filter (serif / sans / mono), a live preview that stacks the theme and optional custom CSS over the base in an isolated frame, a read-only view of the theme CSS, and buttons to use a theme or download its.css. Previews render realistic samples (article, resume, email, contract, blog). (#392, #398) - Ten new PDF themes: letter, manuscript, newsprint, notebook, novel, resume, slate, slides, techbook, whitepaper, bringing the catalogue to 21. Each is a CSS overlay on the base stylesheet. (#393)
- Mermaid diagrams in md-to-pdf: a
mermaidcode fence renders to a diagram at print time through a vendored bundle, offline and deterministic, no CDN. Opt-in viarender_mermaid, off by default. (#394) - Live theme preview in md-to-pdf: pasted Markdown is shown styled by the selected theme before converting, no round-trip. (#397)
- Custom CSS in md-to-pdf: an optional CSS block layers after the theme, shown live in the preview and applied to the PDF. Empty by default, so output is unchanged when unused. (#395)
- Format-matrix status filter on Home: All / Shipped / Roadmap / Wanted, each with a count. (#396)
Full changelog: v0.7.0...v0.8.0