Theme
Markdown Syntax
Basic formatting syntax for your launch logs
# Heading 1 ## Heading 2 ### Heading 3 **Bold text** and *italic text* `Inline code` and regular text. [Link to Zero2Launch](https://zero2launch.dev) - Bullet point 1 - Bullet point 2 - Bullet point 3 1. Numbered item 1 2. Numbered item 2 3. Numbered item 3 > This is a blockquote > It can span multiple lines --- Horizontal rule above this line.
Preview
How it looks when rendered
Heading 1
Heading 2
Heading 3
Bold text and italic text
Inline code and regular text.
- Bullet point 1
- Bullet point 2
- Bullet point 3
- Numbered item 1
- Numbered item 2
- Numbered item 3
This is a blockquote
It can span multiple lines
Horizontal rule above this line.
Quick Reference
Common Markdown syntax at a glance
# HeadingLarge heading## HeadingMedium heading**bold**Bold text*italic*Italic text`code`Inline code[link](url)Link- itemBullet list1. itemNumbered list> quoteBlockquote---Horizontal rule~~strikethrough~~Crossed out text- [x] taskCompleted task