##// END OF EJS Templates
minirst: Support for admonitions...
minirst: Support for admonitions The old asciidoc format supported something like this, this is why there is NOTE: scattered here and there.

File last commit:

r9999:f91e5630 default
r12388:75f044d4 default
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
</tr>
</table>