• Scholarly
  • Creative
  • Natural
  • Precision
  • Collective

Everything

This page exists solely as a fixture for Tapestry's automated test suite. It exercises every markdown construct and custom shortcode the theme supports, so a single visual/accessibility pass over this one page (per style/variant/mode) covers the single-article template's feature surface without depending on the site's real demo content.

Headings

The following <h1><h6> elements represent six levels of section headings in Markdown.

H1

H2

H3

H4

H5
H6

Paragraph and emphasis

Regular paragraph text with bold, italic, strikethrough, and inline code. Here is a link and here is an autolink: https://example.com.

Blockquotes

Without attribution

Note that you can use Markdown syntax within a blockquote.

With attribution and a footnote

Nature isn't classical, dammit, and if you want to make a simulation of nature, you'd better make it quantum mechanical.

Richard Feynman1

GitHub-style alerts (native syntax)

Some content with Markdown syntax.

Some content with Markdown syntax.

Some content with Markdown syntax.

Some content with Markdown syntax.

Some content with Markdown syntax.

Alert shortcode

Mastodon shortcode

Turns out that monitoring the health of a Wireguard VPN endpoint in is not as trivial as one might think. Yesterday, I managed to build something that, while not perfect, works well enough for me.

I run my main Wireguard instance directly on my router, and it turns out it's pretty trivial to hook up Uptime Kuma to the OPNsense developer API and check the health of my VPN that way! 😄

eyalkalderon.com/blog/monitor-

— Eyal Kalderon 🌌 (@ebkalderon@hachyderm.io),

References shortcode

Zhang, T., Patil, S. G., Jain, N., Shen, S., Zaharia, M., Stoica, I., & Gonzalez, J. E. (2024). Raft: Adapting language model to domain specific rag. arXiv preprint arXiv:2403.10131.

Braccini, L., Serafini, A., & Bose, S. (2026). Mass-Independent Gravitationally Induced Entanglement. arXiv preprint arXiv:2602.19306.

Responsive image shortcode

Responsive hi-res image

A winter morning moon, about to set, aligned perfectly with Mt. Fuji in Japan.

Wide container shortcode

TitleYearDirectorGenreIMDb rating *
Enola Holmes 32026Philip BarantiniDrama/Mystery5.8/10
The Matrix1999Lana Wachowski, Lilly WachowskiAction/Sci-Fi8.7/10
The Shawshank Redemption1994Frank DarabontDrama9.3/10

* IMDb ratings as of 2026-07-11.

Presentation palette shortcode

Style: scholarly · Variant: contemporary-research-lab

Light mode

bg-primary
#fbfaf8
text-heading
#1e1521
accent-primary
#a8481f
accent-secondary
#1f5c50

Dark mode

bg-primary
#1a1420
text-heading
#faf7f5
accent-primary
#e8916b
accent-secondary
#6cb5a4

Light mode only / dark mode only shortcodes

You're seeing this because the site is currently in light mode.

You're seeing this because the site is currently in dark mode.

Tables

NameAge
Bob27
Alice23
Claire26
Dave25

Inline markdown within tables

ItalicsBoldCode
italicsboldcode

List types

Ordered list

  1. First item
  2. Second item
  3. Third item

Unordered list

Nested unordered list

Nested ordered list

  1. Fruit
    • Apple
    • Orange
  2. Dairy
    1. Milk
    2. Cheese

Task list

Preformatted text

This text is preformatted!
   This hanging indent is preserved.

Code blocks

Regular

fn main() {
    println!("Ahoy, matey!");
}

With line numbers and a highlighted line

use std::collections::HashMap;

fn main() {
    let mut map = HashMap::new();
    map.insert("a-key", "a-value");
}

Other elements — abbr, sub, sup, kbd, details, mark

SVG is a vector image format.

O2

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Something unexpected, comes this way!

010 + 011 = 101 yes, in the binary number system! The decimal equivalent of this is 2 + 3 = 5.

The Higgs boson has no spin, which makes it the only fundamental particle observed in nature with no intrinsic angular momentum.

KaTeX math

Inline math: $\KaTeX$ renders $(i\gamma^\mu \partial_\mu - m)\psi = 0$ right in the sentence.

Display math (Schrödinger equation):

$$ \displaystyle i\hbar \frac{\partial}{\partial t} \Psi(\mathbf{r}, t) = \left[ -\frac{\hbar^2}{2m} \nabla^2 + V(\mathbf{r}, t) \right] \Psi(\mathbf{r}, t) $$

  1. Excerpt from Richard Feynman's "Simulating physics with computers" in the International Journal of Theoretical Physics, June, 1982. DOI.