## Markdown Code Blocks
### How to Use Them
Wrap your code lines in **`**, `like this`. (**`**like this**`**)

Wrap your code blocks in **```**.
```
like this
```
**```**
like this
**```**
---
You can also use a supported language to add color to your code blocks, similar to **```**, add a language at your first line like **```html**.

```html
<a href="https://example.com">like this</a>
```
**```html**
<a href="https://example.com">like this</a>
**```**
---
### Supported Languages
[Full List](<https://highlightjs.org/demo/>)

asciidoc
autohotkey
bash
coffeescript
cpp
cs
css
dif
fix
glsl
html
ini
jso
md
ml
prolog
py
tex
xl
xml
