Article

Latest News

News

Blockquote Nesting & HR Test (Single, Double, Triple Levels)

─ By Administrator

Single-Level Blockquote

This is the most basic single-level blockquote — verify the left border and background color display correctly.

A second single-level blockquote. Both should share identical styling with consistent spacing relative to surrounding paragraphs.


Double-Nested Blockquote

First-level text.

Second-level text (nested) — verify indentation and styling.

Back to first level.

Multi-paragraph nesting:

Start of first level.

Second-level paragraph one.

Second-level paragraph two — checking paragraph margins inside a double-nested quote.

End of first level.


Triple-Nested Blockquote

First level

Second level

Third level (deepest) — verify that borders and backgrounds distinguish all three levels.

Back to second level

Back to first level


Blockquotes Containing Other Elements

Blockquote with Unordered List

Q3 certification progress:

  • ISO 14001:2015 ✅
  • IATF 16949 ✅
  • ISO 50001 🔄 In progress

Blockquote with Ordered List

Audit steps:

  1. Document review
  2. On-site inspection
  3. Non-conformance follow-up
  4. Certificate issuance

Blockquote with Heading and Paragraphs

Customer Feedback (Q2 2026)

On-time delivery rate reached 98.6%, up 2.1 points year-on-year.

Quality return rate remains < 50 ppm, continuously meeting IATF 16949 requirements.

Blockquote with Code Block

SQL to query the latest articles:

SELECT id, title, published_at
FROM articles
WHERE published_at IS NOT NULL
  AND published_at <= NOW()
ORDER BY published_at DESC
LIMIT 5;

HR Position Testing

HR after a paragraph (see above and below):


HR directly after a heading (see line above):

Heading Immediately After HR

This paragraph follows immediately after an HR — verify the margin between the HR and the heading.


HR as the last element of the article: