Project update
A short status note written in Markdown, ready to hand someone who only opens Word.
What shipped
- Live preview beside the editor
- Upload a
.mdfile or paste from the clipboard - Headings become real Word heading styles
Numbers
| Item | Status | Owner |
|---|---|---|
| Editor | Done | Aisha |
| Preview | Done | Ben |
| Export | In review | Cam |
Notes
Keep the Markdown as the source of truth. Regenerate the Word file when it changes rather than editing both.
function greet(name) {
return `Hello, ${name}`;
}
For the full write-up see the docs.