Turn off syntax highlighting in fenced code blocks
Mark <[email protected]> Mon, 20 Jul 2020 12:17:49 -0700
| Newsgroups | gmane.text.doxygen.general |
|---|---|
| Message-ID | <[email protected]> |
I have a fenced code block
```
Text that is not code
```
and it is being highlighted. How can I prevent that? I tried ```text and ```plaintext, ```{.text} and ```{.txt} but none made any difference.
Regards
-Mark