Guardrail Principle Test Page

Test Section 1

This is a test paragraph to verify that the status control can properly count and analyze document content.

Another paragraph with some formatted text and emphasis.

Test Subsection with Table

Column 1 Column 2 Column 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3

Test with Images

Testing image counting (placeholder images):

Placeholder 1 Placeholder 2

Test with Lists

  1. Ordered item 1
  2. Ordered item 2
This is a blockquote to test various content types that the status control should analyze.

// This is a code block
function testFunction() {
    return "Testing code block counting";
}