The library supports all six HTML heading levels for document structure.
This is a standard paragraph. It can contain any text content and will be rendered with consistent spacing and font sizing.
Unordered lists are great for feature summaries, checklists, and notes:
Ordered lists work well for step-by-step procedures:
Four severity levels for callout/notification boxes:
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
Small colored labels for status indicators:
PASS FAIL PENDING SKIPPED CRITICALSimple hyperlinks for navigation between reports or to external resources:
Structured term/definition pairs for configuration or glossary entries:
Four line styles for visual structure:
Solid:
Dashed:
Dotted:
Blank (invisible spacer):
(the blank line added a 20px gap above this paragraph)