Weekly notes
A quick tour of GitHub Flavored Markdown, rendered exactly the way GitHub shows it. No surprises, no broken tables.
This week
- Tables with alignment
- Task lists and footnotes1
- Ship the release
| Feature | Status | Latency |
|---|---|---|
| Rendering | ✅ | instant |
| Search | ✅ | real-time |
| Math | ✅ | KaTeX |
export function render(doc: string): Rendered {
return pipeline.process(doc); // real syntax highlighting
}
Front matter becomes a tidy header, never noise dumped into the text.
Footnotes
-
Footnotes render with backlinks, just like GitHub. ↩