tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-20 01:27:23 +03:00
parent f3a73e3468
commit 074ac451be
3 changed files with 11 additions and 4 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -103,7 +103,7 @@ use.
\@now()
```
<pwiki-comment>Will produce: `1471389217848` </pwiki-comment>
<pwiki-comment>Will produce: `1471389217848`</pwiki-comment>
<!--[pWiki[ Will produce: `@now()` ]]-->
@ -125,7 +125,15 @@ Filters:
- markdown
**Example:**
- `[./_edit]` -- _see the macro at the end of the page._
<!--[pWiki[
- `[Templates/_edit/_edit]` &ndash; _see the macro at the end of the page._
]]-->
<pwiki-comment>
- [bootstrap \_edit](bootstrap/Templates/_edit.html) &ndash; _see the macro at the end of the page._
</pwiki-comment>

View File

@ -583,7 +583,6 @@ var macro = {
text = text
.replace(/^<!--\s*\[pWiki\[/, '')
.replace(/\]\]\s*-->$/, '')
console.log('!!!!', text)
}
$(e).replaceWith(_parseText(context, text, macro))