| title | Document Title | ||||
|---|---|---|---|---|---|
| subtitle | A comprehensive template for mtd | ||||
| author | Your Name | ||||
| date | 2026-03-20 | ||||
| theme | default | ||||
| header |
|
||||
| footer |
|
:::titlepage
Your Name 2026-03-20 :::
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
This is bold text and this is italic text.
You can also use bold and italic together.
This is strikethrough text.
This is inline code within a paragraph.
- First item
- Second item
- Nested item A
- Nested item B
- Third item
- First step
- Second step
- Sub-step A
- Sub-step B
- Third step
- Completed task
- Pending task
- Another pending task
This is a blockquote. It can span multiple lines and supports formatting inside.
It can also have multiple paragraphs.
def greet(name: str) -> str:
"""Return a greeting message."""
return f"Hello, {name}!"
if __name__ == "__main__":
print(greet("World")){
"name": "mtd",
"version": "0.1.0",
"description": "Markdown to Documents converter"
}| Feature | DOCX | ODT |
|---|---|---|
| Headings | Yes | Yes |
| Bold / Italic | Yes | Yes |
| Code blocks | Yes | Yes |
| Tables | Yes | Yes |
| Images | Yes | Yes |
Here is a sentence with a footnote1.
This template covers all the Markdown features supported by mtd. Use it as a starting point for your own documents, or as a test file to preview themes.
Footnotes
-
This is the footnote content. ↩