The opening three backticks can also be followed by the name of the language for syntax highlighting. E.g. ```prolog
or ```shell
. Preventing syntax highlighting, e.g. when the code block is a top-level query where highlighting may not work as expected, can be done using ```text
.
2 Likes