Typography is a public catalog for reusable style systems, renderer exemplars, and concrete theme implementations.
The repo starts with a Typora implementation, but the catalog is intentionally not Typora-only: exemplars should stress Markdown, HTML-in-Markdown, code, math, diagrams, media, and semantic document rhythm in ways that can be reused to evaluate other renderers later.
exemplars/
rich-markdown-showcase.md # high-signal Markdown stress document
assets/ # small local assets used by exemplars
styles/
README.md # future cross-renderer style-system notes
typora/
README.md # Typora-specific installation and QA notes
themes/
raleway-victor.css # Raleway + Victor Mono Typora theme
typora/themes/raleway-victor.css is a ground-up Typora theme built around:
- Raleway for prose, headings, and UI chrome.
- Victor Mono for inline code, fences, source mode, and technical texture.
- A professional editorial palette: porcelain, ink, indigo, plum, and teal.
- Light and dark token sets through
prefers-color-scheme.
Open exemplars/rich-markdown-showcase.md in a renderer or editor and inspect:
- text hierarchy and heading rhythm;
- inline emphasis, links, marks, keyboard keys, and code;
- lists, task lists, tables, blockquotes, and footnotes;
- fenced code syntax, Mermaid, math, images, and HTML islands;
- source-mode readability and print/export behavior.
The goal is not to be long. The goal is to be dense enough that weak themes show their seams quickly.