Markdown Examples
August 21, 2026This post demonstrates the Markdown rendering capabilities of the Onze template.
Text Formatting
You can write bold, italic, strikethrough, and inline code.
Blockquotes
This is a blockquote. You can use it to highlight important information or quotes from other sources.
Lists
- Item one
- Item two
- Nested item
- Item three
- First step
- Second step
- Third step
Code Blocks
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Links and Images
Check out the Eleventy documentation for more information.
Tables
| Feature | Status |
|---|---|
| Pagination | ✅ |
| Related Posts | ✅ |
| RSS Feed | Planned |
That's it! You now have a good overview of how content renders in this template.