what about tripple ` ?
<!DOCTYPE html>
<html>
<body>
```html
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
what about tripple ` ?
<!DOCTYPE html>
<html>
<body>
```html
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
Thanks man this was what I was looking for!
<!DOCTYPE html> <html> <body> ```html <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> </html>
Awesome! :)
Followed!