tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-20 01:37:22 +03:00
parent 9f1ae9c0da
commit 385381f4ae
2 changed files with 3 additions and 5 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -43,9 +43,11 @@ are escaped a bit differently:
\@include(\SomePage)
<pwiki-comment>
_NOTE: if displayed on github, this will show an extra "\" in both
cases, this should be ignored as pWiki will consume the escaping "\"
in both the code example and the preview._
</pwiki-comment>
- html-like macros -- escaped _the HTML way_
@ -73,10 +75,6 @@ Show something in pWiki but hide it in HTML:
Show something in HTML but hide in pWiki:
<pre>
&lt;pwiki-comment&gt; ... &lt;/pwiki-comment&gt;
or
\@pwiki-comment( ... )
</pre>