2023-06-19, 02:00 PM
(This post was last modified: 2023-06-19, 02:20 PM by joshuaboniface. Edited 3 times in total.)
We now have
inline code
with single-backticks, and
multi-line code
with triple backticks
only use this for multi-line code samples though
Code:
We now have `inline code` with single-backticks, and
```
multi-line code
with triple backticks
only use this for multi-line code samples though
```