Obsidian stores everything as plain markdown, which is great until you need to hand a note to someone in Word. Paste the note here and get a properly formatted .docx instead of raw markdown text.
Here's a quick summary of the results with a table and some code.
| Region | Revenue | Growth |
|---|---|---|
| North | $42,000 | +12% |
| South | $31,500 | +4% |
| West | $58,200 | +21% |
def greet(name):
return f"Hello, {name}!"
Nothing is uploaded — this runs entirely in your browser.
Standard markdown — headings, lists, tables, code fences, bold and italic — all convert. (Obsidian-specific syntax like wikilinks and embeds will appear as plain text, since those are not standard markdown.)
The conversion is fully local to your browser, so your vault content is never uploaded.