This is italic and bold text using a single underscore for italic and double asterisks for bold. This is bold and italic text using double underscores for bold and single asterisks for italic.
_This is all **plain** text_.
- First
- Second
- Third
- First
- Nested
- Second
- Third
First | Second |
---|---|
1 | 2 |
3 | 4 |
This is quoted text.
Here is a
line break
This is code
.
var first = 1;
var second = 2;
var sum = first + second;
var first = 1;
var second = 2;
var sum = first + second;