• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[library Test that &, < are being escaped.
2    [quickbook 1.5]
3    [purpose & should be &amp;, < should &lt;]
4    [license & should be &amp;, < should &lt;]
5]
6
7[section Escapes & explicitly written markup]
8
9* & -> &amp;
10* < -> &lt;
11* > -> &gt;
12* " -> &quot;
13
14[endsect]