##// 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 admonitions = """
203 admonitions = """
204 .. note::
204 .. note::
205
205 This is a note
206 This is a note
206
207
207 - Bullet 1
208 - Bullet 1
@@ -683,7 +683,10 b' Note:'
683 html format:
683 html format:
684 ----------------------------------------------------------------------
684 ----------------------------------------------------------------------
685 <p>
685 <p>
686 <b>Note:</b> This is a note
686 <b>Note:</b>
687 </p>
688 <p>
689 This is a note
687 </p>
690 </p>
688 <ul>
691 <ul>
689 <li> Bullet 1
692 <li> Bullet 1
General Comments 0
You need to be logged in to leave comments. Login now