A server-side Markdown editor with shareable links backed by SQLite.
async function fetchDoc(hash: string) {
const res = await fetch(`/api/documents/${hash}`);
return res.ok ? res.json() : null;
}
| Format | Description |
|---|---|
| Print-ready document | |
| RTF | Universal rich text |
| Word | Microsoft Word (.doc) |
| HTML | Standalone web page |
Use
***on its own line to insert a page break in PDF/Word exports.