Preview a short release note
The preview helps catch broken lists, missing headings, and formatting mistakes before publishing.
Input
## Release Notes
- Added JSON formatter examples
- Fixed mobile menu spacing
- Updated privacy policy
Output
<h2>Release Notes</h2>
<ul>
<li>Added JSON formatter examples</li>
<li>Fixed mobile menu spacing</li>
<li>Updated privacy policy</li>
</ul>