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 @@

Field list

Press Ctrl+C to quit

RAW HTML!

p {color:blue;} + +

First

+
    +
  1. foo (should be 1.)
  2. +
  3. bar (should be 2.)
  4. +
+ +

Second

+
    +
  1. foo (should be a.)
  2. +
  3. bar (should be b.)
  4. +
+ +

Third

+
    +
  1. foo (should be (a))
  2. +
  3. bar (should be (b))
  4. +
+ +

Forth

+
    +
  1. foo (should be a))
  2. +
  3. bar (should be b))
  4. +