Skip to content

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:

https://www.markdownguide.org

Email Mark

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lists

Numbered list:

  1. Item number 1
  2. Item number 2
  3. Item number 3
  4. Item number 4

Unordered list:

  • An item
  • Another item
  • One more item

Nested lists:

  1. Parent item
  2. Another parent item
    • Nested bullet
    • Another nested bullet
  3. 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:

Large test image
Responsive local test image rendered through the Eleventy image shortcode.

Linked image:

Remote placeholder image

Mixed Markdown and HTML

Expandable details element

This checks default HTML rendering inside markdown content.

Remote audio embed for layout testing.

  1. Footnotes are enabled by markdown-it-footnote in the Eleventy config. ↩︎

  2. This page intentionally exercises formatting features used across policy pages, journal posts, and shortcode-heavy content. ↩︎