# Markdown Example This page demonstrates the **Markdown** rendering feature. Create a `.md` file with an annotation like: Your markdown here. The annotation specifies the template (`_base`) and block (`content`). The Markdown is converted to HTML and injected into that block. ## Features - **Bold text**, *italic text*, and `inline code` - [Links](https://example.com) - Headings, lists, blockquotes - Code blocks with syntax hints - The full Jinja2 `{{ request }}` context is available ## Try It - [View the post list](/) - [Create a new post](/new) - [Browse the API](/api/posts)