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?

share|improve this question
For quoting plain text in preformatted code I use the good ol' <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:58
@Bolt, that probably would have worked just as well as the four-space code formatting I used in the end. I mean, the difference between quoted code and code is so slim that it is nearly pointless. (But the CSS might change in the future to have a larger distinction.) Or I might want a different language, not just lang-none. – sarnold Jun 13 '11 at 9:06

You must log in to answer this question.

Browse other questions tagged