How do you display a section of plain text in github markdown?
Wrap the block in backticks:
```text
code();
[email protected]
```
You can wrap such text in pre tags.
<pre>Text I want left [email protected]</pre>
I just tested this out on github.