Project Brief
This is a short Markdown document you can export as a PDF.
Summary
Mdpresso keeps the workflow simple: write in Markdown, check the preview, and download a clean PDF for sharing.
| Item | Status |
|---|---|
| Headings | Included |
| Tables | Included |
| Code blocks | Included |
Checklist
- [x] Write the draft
- [x] Preview the PDF layout
- [ ] Share the final file
const format = "PDF";
const filename = `project-brief.${format.toLowerCase()}`;