mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-20 10:01:39 +00:00
tweaking docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f3a73e3468
commit
074ac451be
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -125,7 +125,15 @@ Filters:
|
|||||||
- markdown
|
- markdown
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
- `[./_edit]` -- _see the macro at the end of the page._
|
|
||||||
|
|
||||||
|
<!--[pWiki[
|
||||||
|
- `[Templates/_edit/_edit]` – _see the macro at the end of the page._
|
||||||
|
]]-->
|
||||||
|
|
||||||
|
<pwiki-comment>
|
||||||
|
- [bootstrap \_edit](bootstrap/Templates/_edit.html) – _see the macro at the end of the page._
|
||||||
|
</pwiki-comment>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
wiki.js
1
wiki.js
@ -583,7 +583,6 @@ var macro = {
|
|||||||
text = text
|
text = text
|
||||||
.replace(/^<!--\s*\[pWiki\[/, '')
|
.replace(/^<!--\s*\[pWiki\[/, '')
|
||||||
.replace(/\]\]\s*-->$/, '')
|
.replace(/\]\]\s*-->$/, '')
|
||||||
console.log('!!!!', text)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$(e).replaceWith(_parseText(context, text, macro))
|
$(e).replaceWith(_parseText(context, text, macro))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user