Confidential - For Internal Use Only
You can add headers of different levels and paragraphs of text to organize your dashboard.
Text supports full Markdown formatting:
- Bold text with **text**
- Italic text with *text*
- Strikethrough with ~~text~~
- Inline code with backticks
You can also create lists:
1. First item
2. Second item
3. Third item
And include links to external resources.
page.add_header("Header Level 2", level=2)
page.add_header("Header Level 3", level=3)
page.add_text("Text with **markdown** formatting!")Header Level 2
Header Level 3
Header Level 4
Headers help organize your dashboard and provide structure.
Blockquotes are supported too!
Great for highlighting important information.