Markdown formatting is supported in comments for better readability and structure. Below are some commonly used Markdown features:
**bold**
→ bold*italic*
→ italic- item 1
- item 2
1. item 1
2. item 2
inline code
using backticks: `inline code`
```jsconst x = 'foo';const y = 'bar';```
# Heading
)> Blockquote
)For a full Markdown guide, visit: Markdown Guide