Fenced Code Syntax Highlighting
for fenced code blocks:
```
const string = "hello there"
```
we can denote the language of the block and have the contents highlighted based on the language:
```javascript
const string = "hello there"
```
for fenced code blocks:
```
const string = "hello there"
```
we can denote the language of the block and have the contents highlighted based on the language:
```javascript
const string = "hello there"
```