This page demonstrates how Markdown renders in Flint.
Headings and Text
Use bold, italic, and inline code to emphasize content.
Lists
Here's an unordered list:
- Dash bullet item (uses
-) - Asterisk bullet item (uses
*)- Nested lists (uses
*)
- Nested lists (uses
And here's an ordered list:
- Ordered item one
- Ordered item two
- Nested ordered item
- Another nested ordered item
- Ordered item three
- Ordered item four
- Ordered item five
- Nested ordered item
- Deep nested ordered item
- Another deep nested ordered item
- Second nested ordered item
- Nested ordered item
- Ordered item six
- Nested unordered item
- Another nested unordered item
Quote
Good content is simple, readable, and structured.
Code Block
<?php
echo "Hello from Flint!";Table
| Feature | Notes |
|---|---|
| --- | --- |
| Markdown | Fast to write |
| Blocks | Reusable content |
| Themes | Easy to customize |
Media
Image embed
Easily embed an image with: . Example:

Video embed
Easily embed youtube links with the same markdown you would use for an image. The bang ! tells the CMS to embed it.
Here's an example: . And here it is in action!
