##// END OF EJS Templates
tests: modify minirst test input to new format...
Simon Heimberg -
r19996:52b43758 stable
parent child Browse files
Show More
@@ -202,6 +202,7 b" debugformats('sections', sections)"
202 202
203 203 admonitions = """
204 204 .. note::
205
205 206 This is a note
206 207
207 208 - Bullet 1
@@ -683,7 +683,10 b' Note:'
683 683 html format:
684 684 ----------------------------------------------------------------------
685 685 <p>
686 <b>Note:</b> This is a note
686 <b>Note:</b>
687 </p>
688 <p>
689 This is a note
687 690 </p>
688 691 <ul>
689 692 <li> Bullet 1
General Comments 0
You need to be logged in to leave comments. Login now