Turn off syntax highlighting in Markdown code blocks (highlight.js underneath)

According to this issue on GitHub it is possible and the keyword is text:

```text
def fun(x):
    x+1
end
```

I found only plaintext to work:

```plaintext
def fun(x):
    x+1
end
```

Source: https://highlightjs.org/static/demo/