New Features: Code Blocks, Quoting & Category Tooltips
I've just added some new features:
1. Category Tooltips
Hover over any category to see its full name in a tooltip.
2. Code Blocks
To create a code block, wrap your code with three backticks (`) at the beginning and end:
Example of a code block:code block// Here's an example of a code block
function myFunction() {
console.log("Hello, discuo!");
}
3. Quoting
Start a line with ">" to create a quote:
> This is a quote
> They're green and italic by default
Formatting help available if needed.