Text Features Demo

Heading Levels

The library supports all six HTML heading levels for document structure.

Heading 2 (H2)

Heading 3 (H3)

Heading 4 (H4)

Heading 5 (H5)
Heading 6 (H6)

Paragraphs & Metadata

This is a standard paragraph. It can contain any text content and will be rendered with consistent spacing and font sizing.

Author: CDS FluentHtmlReports
Version: 2.0.0
User: jon Machine: JONSHADFORT0D6F OS: Microsoft Windows NT 10.0.26200.0

Bullet Lists

Unordered lists are great for feature summaries, checklists, and notes:

Numbered Lists

Ordered lists work well for step-by-step procedures:

  1. Connect to the source database
  2. Run schema migration scripts
  3. Validate foreign key constraints
  4. Export reconciliation report
  5. Notify stakeholders via email

Alert Boxes

Four severity levels for callout/notification boxes:

ℹ️ This is an informational message. Use it for general notes and context.
All 1,204 records were processed successfully with no errors.
⚠️ 3 records had missing postal codes. Default values were applied.
Database connection timed out after 5 retry attempts. Please check connectivity.

Code Blocks

Preformatted code blocks with monospace font — ideal for SQL, config, or stack traces:

SELECT o.OrderId, c.CustomerName, o.Total
FROM Orders o
INNER JOIN Customers c ON o.CustomerId = c.Id
WHERE o.Status = 'Pending'
ORDER BY o.CreatedDate DESC;

Plain text code block (no language specified):

[2024-06-15 14:32:01] INFO  Application started
[2024-06-15 14:32:02] INFO  Connected to database (prod-db-03)
[2024-06-15 14:32:02] WARN  Slow query detected (1.2s)
[2024-06-15 14:32:05] ERROR Connection reset by peer

Badges

Small colored labels for status indicators:

PASS FAIL PENDING SKIPPED CRITICAL

Links

Simple hyperlinks for navigation between reports or to external resources:

View the full documentation

Download raw data (CSV)


Definition Lists

Structured term/definition pairs for configuration or glossary entries:

Environment
Production (us-east-1)
Database
PostgreSQL 15.3
Connection Pool
Min: 5, Max: 100
Timeout
30 seconds
SSL
Enabled (TLS 1.3)

Separator Lines

Four line styles for visual structure:

Solid:


Dashed:


Dotted:


Blank (invisible spacer):

(the blank line added a 20px gap above this paragraph)