Onze · A minimal Eleventy blog template

Markdown Examples

This 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
  1. First step
  2. Second step
  3. 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.