How to block highlight?

Hugo can disable code highlighting for a code block, but for a .md files. check this:

some code.

or
```nohightlight
some code.
```

Hope it help. Cheers~

1 Like