tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-13 03:30:53 +03:00
parent 237e0e50e1
commit 6a16b1b023
2 changed files with 14 additions and 4 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,16 @@
@filter(nl2br) @filter(-wikiword)
<p>
XXX Genereal template description...
</p>
<macro src="./*"><hr><h2><a href="#@source(./path)/_edit">@source(./path)</a></h2><div>@quote(./raw)</div></macro>
<macro src="./*">
<hr>
<h2>
<a href="#@source(./path)/_edit">@source(./path)</a>
</h2>
<p>
<pre><code>@quote(./raw)</code></pre>
</p>
</macro>
<!-- @filter(-wikiword) -->
<!-- vim:set ts=4 sw=4 : -->