Markdown flyer generator
# Heading 1 | Large heading |
## Heading 2 | Medium heading |
### Heading 3 | Small heading |
**bold** | bold |
*italic* | italic |
~~strikethrough~~ | |
`inline code` | inline code |
- item | Bullet list |
1. item | Numbered list |
--- | Horizontal rule |
Use {#hex} to add color. Supports 3 or 6 digit hex codes.
{#cc0000}Line text here |
Colors the entire line (place at line start) |
Call {#0055aa}555-1234 today |
Colors one word (place before the word) |
Common colors: {#cc0000} red,
{#0055aa} blue,
{#227722} green,
{#cc6600} orange
{center}Text here |
Centers that line |
{center}{#cc0000}Bold title |
Centered + colored (center first) |
Text is left-aligned by default. Add {center} at the start of any line to center it.