ODT and Markdown explained
ODT is the OpenDocument text format, an ISO standard that works much like DOCX — a ZIP of XML — but developed openly rather than by a single vendor.
Markdown is plain text with lightweight conventions — hashes for headings, asterisks for emphasis — that stays readable as written while converting cleanly to HTML.
- Where ODT files come from
- LibreOffice, OpenOffice and public-sector document policies.
- Where Markdown is used
- READMEs, documentation sites, notes apps and static blogs.