Test: added style tag.
[libreriscv.git] / templates / note.mdwn
1 [[!templatebody <<ENDBODY
2 <style>
3 .notebox { background-color: #FFFFCC }
4 </style>
5 <div class="notebox">
6 <TMPL_VAR text>
7 </div>
8 ENDBODY]]
9
10 Use this template to insert a note into a page. The note will be styled to
11 float to the right of other text on the page. This template has one
12 parameter:
13 <ul>
14 <li>`text` - the text to display in the note
15 </ul>