Format your page with Markdown syntax
Table of Contents
Launchman uses Markdown to format text in the pages.
| | | | | | | --- | --- | --- | --- | --- | | | | | | | | | | | | | | | | | | |
# H1
## H2
### H3
#### H4
##### H5
Bold **bold text**
Italic _italicized text_
> blockquote
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
`code`
console.log("hello world!")
Link
[title](https://www.example.com)
Image

[Email us at name@email.com](mailto:name@email.com)
Telephone
[Call us at 123-456-7890](tel:123-456-7890)
Best practices
Make sure there's a space between ##
and your text.
## This is heading 2 ✅
##This is heading 2 ❌