I recently answered a question quoting heavily from an RFC. Since the RFCs only look tolerable with code formatting, I tried to mark it up with both code indenting and quoting. But the RFC rendered with syntax highlighting / code prettyifier looked hilariously bad. So I tried to turn it off with the following two attempts, neither one worked. Both colored the RFC text.
<!-- language: lang-none --> hint on a line by itself:
<!-- language: lang-none -->
> The absoluteURI form is REQUIRED when the request is being made to a
> proxy. The proxy is requested to forward the request or service it
> <!-- language: lang-none --> hint, and the blank line required for the formatting hint to function (annoying, btw) represented with > as well:
> <!-- language: lang-none -->
>
> The absoluteURI form is REQUIRED when the request is being made to a
> proxy. The proxy is requested to forward the request or service it
In a true comedic stroke, I can't reproduce the problem here, on [meta], and my edit was quick enough on my original answer that the problematic input there has been thrown away. (Which is overall a wonderful feature, thanks.)
What is the correct way to insert <!-- language: lang-foo --> tags into code-formatted quoted content?
<pre></pre>tags. Just as they were meant to be used. Not that that would relate to your question of course :) – BoltClock's a Unicorn♦ Jun 13 '11 at 8:58lang-none. – sarnold Jun 13 '11 at 9:06