FYI, you can tell Markdown what language your preformatted section is in so that it does syntax highlighting correctly -- or in the case of plaintext, not at all. Just put 'text' after the initial three backticks, like this:
```text
[Contents of preformatted section]
```