diff --git a/test/markups/README.rst b/test/markups/README.rst index 0bd4267e..dbdf50a7 100644 --- a/test/markups/README.rst +++ b/test/markups/README.rst @@ -77,3 +77,27 @@ Press :kbd:`Ctrl+C` to quit .. raw:: html
RAW HTML!
+ +First +------ + +1. foo (should be 1.) +2. bar (should be 2.) + +Second +------- + +a. foo (should be a.) +b. bar (should be b.) + +Third +------- + +(a) foo (should be (a)) +(b) bar (should be (b)) + +Forth +------- + +a) foo (should be a)) +b) bar (should be b)) diff --git a/test/markups/README.rst.html b/test/markups/README.rst.html index 21f9a76d..b79783c8 100644 --- a/test/markups/README.rst.html +++ b/test/markups/README.rst.html @@ -89,3 +89,27 @@Press Ctrl+C to quit
RAW HTML!
p {color:blue;} + +