T11f Pullquote Smoke Test
Rendering verification for T11f. The pullquote shortcode was added in E8; it emits
<blockquote class="pullquote">and is styled byprose.css. This page covers both shapes — with and without an author — and one nested-markdown case.
1. With author
The truly brave dare to face a bleak life head-on. — Lu Xun
2. Without author
“Good enough” is not the ceiling of taste — it is the ticket of admission.
3. Inner with markdown
Good writing precedes style
, and precedes tooling.
— An editorSelf-check list
- Both shapes adopt prose pullquote styling (large quote glyph / centered or left-aligned / font-size larger than body)
- With-author variant renders
<cite>— Lu Xun</cite>at a smaller size - Without-author variant emits no empty
<cite> - Nested markdown renders correctly (bold / link / inline code)
- Borders and text remain readable in dark mode