📝 More notes on code blocks in markdown

This commit is contained in:
z3rOR0ne 2022-10-14 18:42:06 -07:00
parent 33d1ff18a2
commit 448086e921

View file

@ -20,6 +20,11 @@ _also italicized text_
- Second item of Unordered List
- Third item of Unordered List
triple up on the backticks for a nicer code block (with copy button to the right on github)
```code block```
`code block`
---