text with links -> [text with links](example.com)
inline code
-> `inline code`
const text = "multiple lines of code with markup";
console.log(text)
-> ```javascript
const text = “multiple lines of code with markup”;
console.log(text)
```
text with links -> [text with links](example.com)
inline code
-> `inline code`
const text = "multiple lines of code with markup";
console.log(text)
-> ```javascript
const text = “multiple lines of code with markup”;
console.log(text)
```