Skip to content

Commit 5393ae9

Browse files
committed
Add test for raw RST
1 parent 58389ca commit 5393ae9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/markups/README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,8 @@ Field list
7272
7373

7474
Press :kbd:`Ctrl+C` to quit
75+
76+
77+
.. raw:: html
78+
79+
<p><strong>RAW HTML!</strong></p><style> p {color:blue;} </style>

test/markups/README.rst.html

+2
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ <h2><a href="#id2">Field list</a></h2>
8787
<p><a href="mailto:[email protected]">[email protected]</a></p>
8888

8989
<p>Press <kbd>Ctrl+C</kbd> to quit</p>
90+
91+
<p><strong>RAW HTML!</strong></p> p {color:blue;}

0 commit comments

Comments
 (0)