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
Some content with Markdown Some content with Markdown Some content with Markdown Some content with Markdown Some content with Markdown syntax.syntax.syntax.syntax.syntax.
Mastodon shortcode
Turns out that monitoring the health of a Wireguard VPN endpoint in #UptimeKuma 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 #OPNsense 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! 😄
https://eyalkalderon.com/blog/monitor-wireguard-uptime-kuma/
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

A winter morning moon, about to set, aligned perfectly with Mt. Fuji in Japan.
Wide container shortcode
| Title | Year | Director | Genre | IMDb rating * |
|---|---|---|---|---|
| Enola Holmes 3 | 2026 | Philip Barantini | Drama/Mystery | 5.8/10 |
| The Matrix | 1999 | Lana Wachowski, Lilly Wachowski | Action/Sci-Fi | 8.7/10 |
| The Shawshank Redemption | 1994 | Frank Darabont | Drama | 9.3/10 |
* IMDb ratings as of 2026-07-11.
Presentation palette shortcode
Style: scholarly · Variant: contemporary-research-lab
Light mode
#fbfaf8
#1e1521
#a8481f
#1f5c50
Dark mode
#1a1420
#faf7f5
#e8916b
#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
| Name | Age |
|---|---|
| Bob | 27 |
| Alice | 23 |
| Claire | 26 |
| Dave | 25 |
Inline markdown within tables
| Italics | Bold | Code |
|---|---|---|
| italics | bold | code |
List types
Ordered list
- First item
- Second item
- Third item
Unordered list
- List item
- Another item
- And another item
Nested unordered list
- Fruit
- Apple
- Orange
- Dairy
- Milk
- Cheese
Nested ordered list
- Fruit
- Apple
- Orange
- Dairy
- Milk
- Cheese
Task list
- Completed item
- Incomplete item
- Nested completed item
- Nested incomplete item
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. 010 + 011 = 101 yes, in the binary number system! The decimal equivalent of this is 2 + 3 = 5.Something unexpected, comes this way!
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) $$