mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a65cf13db5
commit
3a8e20fb2d
4
wiki.js
4
wiki.js
@ -674,12 +674,12 @@ var data = {
|
|||||||
|
|
||||||
// Templates...
|
// Templates...
|
||||||
'Templates': {
|
'Templates': {
|
||||||
text: '@filter(nl2br)'
|
text: '@filter(nl2br) @filter(-wikiword)'
|
||||||
+'XXX Genereal template description...\n'
|
+'XXX Genereal template description...\n'
|
||||||
+'\n'
|
+'\n'
|
||||||
+'<macro src="./*">'
|
+'<macro src="./*">'
|
||||||
+'<hr>'
|
+'<hr>'
|
||||||
+'<h2>[@source(./path)]</h2>'
|
+'<h2><a href="#@source(./path)/_edit">@source(./path)</a></h2>'
|
||||||
+'<div>@quote(./raw)</div>'
|
+'<div>@quote(./raw)</div>'
|
||||||
+'</macro>\n'
|
+'</macro>\n'
|
||||||
+'\n',
|
+'\n',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user