Skip to content

Commit

Permalink
Add test for raw RST
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Oct 1, 2015
1 parent 58389ca commit 5393ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/markups/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ Field list
[email protected]

Press :kbd:`Ctrl+C` to quit


.. raw:: html

<p><strong>RAW HTML!</strong></p><style> p {color:blue;} </style>
2 changes: 2 additions & 0 deletions test/markups/README.rst.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ <h2><a href="#id2">Field list</a></h2>
<p><a href="mailto:[email protected]">[email protected]</a></p>

<p>Press <kbd>Ctrl+C</kbd> to quit</p>

<p><strong>RAW HTML!</strong></p> p {color:blue;}

0 comments on commit 5393ae9

Please sign in to comment.