test/angle_bracket_syntax.html in ronn-ng-0.9.1 vs test/angle_bracket_syntax.html in ronn-ng-0.10.0.pre.SNAPSHOT
- old
+ new
@@ -12,6 +12,16 @@
</code></pre>
<p>or when <code><WORD></code> is enclosed in backticks.</p>
<p>or when <var>WORD</var> has a <dot.> or <colon>.</colon></dot.></p>
+
+<h2 id="Escaping-angle-brackets">Escaping angle brackets</h2>
+
+<p>You can escape <angle> <brackets> with backslashes, since we're using GitHub Flavored Markdown.</p>
+
+<p>Example:</p>
+
+<p><code>pxzgrep</code> [<code>-p</code><n>] [<code>-V</code>] [<xzgrep options>] <pattern> <file1> <file2> [<more files>]</p>
+
+<p>(Though really you should just put that in a fenced code block.)</p>
</div>