Note Data Examples
Basic document structure
<h1>Device Intake Report</h1>
<p>Device received from <strong>Det. Rivera</strong> on <em>August 3, 2026</em>.</p>
<h2>Condition</h2>
<p>Screen cracked, powers on normally. No SIM card present.</p>
<hr>
<p>Photographed and bagged as <code>EV-2026-0042-001</code>.</p>Inline formatting
<p><strong>Bold</strong>, <em>italic</em>, <u>underlined</u>, <s>struck through</s>, and <code>inline code</code>.</p>
<p>Combined: <strong><em>bold italic</em></strong> and <u><strong>underlined bold</strong></u>.</p>Text color and highlighting
Text alignment
Links
Bullet and numbered lists
Task lists (checkboxes)
Code blocks
Blockquotes
Tables
Images
Putting it all together
Posting it with Python
Building HTML safely from data
Last updated
Was this helpful?