nroff: Support inline XML inside <pre> blocks.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Sep 2015 23:53:44 +0000 (16:53 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Sep 2015 23:56:32 +0000 (16:56 -0700)
commit41f17e52e079d9159fba9c78e9ef34f3f96a75b6
tree75ababa6e3274675252bb8342d11612f4ae2bcb5
parenta634c5317afcbb15a071ed1cb9a4c4299c320a4d
nroff: Support inline XML inside <pre> blocks.

This is useful so that one can write, e.g.

<p>The following shows how to add 1 to variable <var>x</var>:</p>
<pre>
<var>x</var> = <var>x</var> + 1;
</pre>

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
python/build/nroff.py