Markdown
the things you can use:
1-6 hashtags(#) # Title size largest (1) ## Title size (2) ### Title size (3) #### Title size (4) ##### Title size (5) ###### Title size (small 6)
When working:
Title size largest (1)
Title size (2)
Title size (3)
Title size (4)
Title size (5)
Title size (small 6)
1 or 2 asterisks(*) *Italic text* **Bold text**
When working:
Italic text
Bold text
3 ``` (optional: 3 ``` with a code type)
Text Box for code
```python print("Hello, World!")
When working:
Text box for code
```python print("Hello, World")
zh24eric
sorry, the code for the last box is:
print("Hello, World")
DynamicSquid
Don't we already have a Markdown tutorial?
zh24eric
@DynamicSquid well, this is for my other tutorial so...
What about links,
,
crossoutSections,
And underscore notation