T11f Pullquote Smoke Test

#元 #测试 151 words 1 min read

Rendering verification for T11f. The pullquote shortcode was added in E8; it emits <blockquote class="pullquote"> and is styled by prose.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 editor

Self-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