diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 15:05:22 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-03-26 15:07:55 +0100 |
commit | 0fcb0d0ea237512591c9e45c6b9a37f90092ea5b (patch) | |
tree | 50ed865141753c42e25c53e593aea6b9f29f89d6 /templates | |
parent | aca932f35cc4c03d7cf0e7e75646899a978c5d44 (diff) |
templates/highlight: New, for [[!template id=highlight]].
As [[!template id=note]], but text is not in a box shifted to the right of the
page, but instead in-place.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/highlight.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/highlight.mdwn b/templates/highlight.mdwn new file mode 100644 index 00000000..c8da1377 --- /dev/null +++ b/templates/highlight.mdwn @@ -0,0 +1,3 @@ +<div class="infobox"> +<TMPL_VAR text> +</div> |