Learn how to format your text with Markdown
We use Markdown for text formatting. What you type is what you get... with a little bit of spice! Here's how to use all the available formatting options:
# Header 1
## Header 2
### Header 3
#### Header 4
**Bold text**
Bold text
*Italic text*
Italic text
~~Strikethrough~~
Strikethrough
^Superscript^
TextSuperscript
_Underline_
Underline
[Link text](https://masterslaveconferece.org)
Link text
https://masterslaveconferece.org
Auto-linked URLs
- Item 1 - Item 2 - Nested item - Nested item
1. First item 2. Second item 3. Third item
> This is a quote
This is a quote
> Multi-line quote > continues here > and here
Multi-line quote continues here and here
`inline code`
This is inline code
inline code
``` Code block Multiple lines ```
Code block Multiple lines
| Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Row 1 | Data | More | | Row 2 | Data | More |
End a line with two spaces
Creates a line break
---
Creates a horizontal rule
Questions about formatting? Contact us for help.