mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
-- fixed typo
[SVN r17127]
This commit is contained in:
@@ -65,11 +65,11 @@ Will generate:</p>
|
||||
</pre></code><a name="anchors"></a><h4>Anchors</h4><code><pre>
|
||||
[#named_anchor]
|
||||
</pre></code><a name="links"></a><h4>Links</h4><code><pre>
|
||||
[@http"//www.boost.org this is [*boost's] website....]
|
||||
[@http://www.boost.org this is [*boost's] website....]
|
||||
</pre></code><p>
|
||||
Will generate:</p>
|
||||
<p>
|
||||
<a href="http"//www.boost.org">
|
||||
<a href="http://www.boost.org">
|
||||
this is <b>boost's</b> website....</a></p>
|
||||
<a name="escape"></a><h4>Escape</h4><p>
|
||||
The escape mark-up is used when we don't want to do any processing.</p>
|
||||
|
||||
Reference in New Issue
Block a user