Just a tip for anyone wanting to display MODx tags in an HTML page. I’ll use [*content*] as an example
The problem:
If you just type [*content*] it will be parsed by MODx, regardless if its in a CSS <pre> or <code> tag and output the result.
The Display Snippet outputs the content of a snippet, where as I just wanted the tag syntax.
The soloution:
Therefore you can use [∗content∗] but it doesn’t copy and paste well
Or you can use [<!-- -->*content*<!-- -->] which works and can be copied and pasted.
Big thanks to OpenGeek and Vbrilon for solving it for me