Hello, nodebb-plugin-markdown always highlight code blocks even when the option at ACP is not selected.
if you have this problem just change file node_modules/nodebb-plugin-markdown/index.js
line (actually number 32)
highlight: Markdown.highlight ? 1 : 0,
to
highlight: false,