1.. |br|     raw:: html        .. force a line break in HTML output (blank lines needed here)
2
3   <br />
4
5.. |p|     raw:: html        .. force a blank line in HTML output (blank lines needed here)
6
7   <p></p>
8
9.. These are replacement strings for non-ASCII characters used within the project
10   using the same name as the html entity names (e.g., &copy;) for that character
11
12.. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
13   :ltrim:
14.. |trade|  unicode:: U+02122 .. TRADEMARK SIGN
15   :ltrim:
16.. |reg|    unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
17   :ltrim:
18.. |deg|    unicode:: U+000B0 .. DEGREE SIGN
19   :ltrim:
20.. |plusminus|  unicode:: U+000B1 .. PLUS-MINUS SIGN
21   :rtrim:
22.. |micro|  unicode:: U+000B5 .. MICRO SIGN
23   :rtrim:
24.. |sup2|  unicode:: U+00B2 .. SUPERSCRIPT TWO
25   :ltrim:
26