Test
Test Page
Internal formatting and build-verification page.
This is an internal test page for checking that the current Eleventy build, markdown pipeline, shortcodes, and CSS are behaving as expected.
It should remain intentionally invisible to normal users and crawlers.
The sentences above should all be separate paragraphs, by the way.
This should be a new line, but the same paragraph as the one above.
Inline Formatting
How about some bold text, or perhaps you prefer italics? We can also do both, plus strikethrough and inline code.
Escapes:
* Without the backslash, this would be a bullet in an unordered list.
Links:
My favorite search engine is Duck Duck Go.
Bare URLs and email handling:
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lists
Numbered list:
- Item number 1
- Item number 2
- Item number 3
- Item number 4
Unordered list:
- An item
- Another item
- One more item
Nested lists:
- Parent item
- Another parent item
- Nested bullet
- Another nested bullet
- Final parent item
Quotes
What was that?
It's gone now...
Nested formatting in a blockquote
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
Code
<html>
<head>
<title>Test</title>
</head>
<body>
<p>Hello world.</p>
</body>
</html>
function greet(name) {
return `Hello, ${name}.`;
}
Tables
| Date | Change |
|---|---|
| March 25, 2026 | Current Eleventy formatting test page |
| March 6, 2023 | Original Hugo-era test page |
Footnotes
Footnotes should render inline references correctly.[1]
They should also handle links and punctuation without collapsing layout.[2]
Embeds
Existing YouTube shortcode:
Images
This image should flow through the existing responsive image pipeline, not a raw static path:

Linked image:
Mixed Markdown and HTML
Expandable details element
This checks default HTML rendering inside markdown content.