tests/test-minirst.py.out
changeset 9291 cd5b6a11b607
parent 9156 c9c7e8cdac9c
child 9293 e48a48b754d3
equal deleted inserted replaced
9290:26fb5b0a4424 9291:cd5b6a11b607
    64 
    64 
    65 literals formatted to fit within 60 characters:
    65 literals formatted to fit within 60 characters:
    66 ----------------------------------------------------------------------
    66 ----------------------------------------------------------------------
    67 The fully minimized form is the most convenient form:
    67 The fully minimized form is the most convenient form:
    68 
    68 
    69 Hello
    69   Hello
    70   literal
    70     literal
    71     world
    71       world
    72 
    72 
    73 In the partially minimized form a paragraph simply ends with
    73 In the partially minimized form a paragraph simply ends with
    74 space-double-colon.
    74 space-double-colon.
    75 
    75 
    76 ////////////////////////////////////////
    76   ////////////////////////////////////////
    77 long un-wrapped line in a literal block
    77   long un-wrapped line in a literal block
    78 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    78   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    79 
    79 
    80 This literal block is started with '::',
    80   This literal block is started with '::',
    81   the so-called expanded form. The paragraph
    81     the so-called expanded form. The paragraph
    82     with '::' disappears in the final output.
    82       with '::' disappears in the final output.
    83 ----------------------------------------------------------------------
    83 ----------------------------------------------------------------------
    84 
    84 
    85 literals formatted to fit within 30 characters:
    85 literals formatted to fit within 30 characters:
    86 ----------------------------------------------------------------------
    86 ----------------------------------------------------------------------
    87 The fully minimized form is
    87 The fully minimized form is
    88 the most convenient form:
    88 the most convenient form:
    89 
    89 
    90 Hello
    90   Hello
    91   literal
    91     literal
    92     world
    92       world
    93 
    93 
    94 In the partially minimized
    94 In the partially minimized
    95 form a paragraph simply ends
    95 form a paragraph simply ends
    96 with space-double-colon.
    96 with space-double-colon.
    97 
    97 
    98 ////////////////////////////////////////
    98   ////////////////////////////////////////
    99 long un-wrapped line in a literal block
    99   long un-wrapped line in a literal block
   100 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   100   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   101 
   101 
   102 This literal block is started with '::',
   102   This literal block is started with '::',
   103   the so-called expanded form. The paragraph
   103     the so-called expanded form. The paragraph
   104     with '::' disappears in the final output.
   104       with '::' disappears in the final output.
   105 ----------------------------------------------------------------------
   105 ----------------------------------------------------------------------
   106 
   106 
   107 lists formatted to fit within 60 characters:
   107 lists formatted to fit within 60 characters:
   108 ----------------------------------------------------------------------
   108 ----------------------------------------------------------------------
   109 - This is the first list item.
   109 - This is the first list item.
   116 We can have indented lists:
   116 We can have indented lists:
   117 
   117 
   118   - This is an indented list item
   118   - This is an indented list item
   119   - Another indented list item:
   119   - Another indented list item:
   120 
   120 
   121     - A literal block in the middle
   121       - A literal block in the middle
   122           of an indented list.
   122             of an indented list.
   123 
   123 
   124     (The above is not a list item since we are in the literal block.)
   124       (The above is not a list item since we are in the literal block.)
   125 
   125 
   126 Literal block with no indentation.
   126   Literal block with no indentation (apart from
       
   127   the two spaces added to all literal blocks).
   127 ----------------------------------------------------------------------
   128 ----------------------------------------------------------------------
   128 
   129 
   129 lists formatted to fit within 30 characters:
   130 lists formatted to fit within 30 characters:
   130 ----------------------------------------------------------------------
   131 ----------------------------------------------------------------------
   131 - This is the first list item.
   132 - This is the first list item.
   143   - This is an indented list
   144   - This is an indented list
   144     item
   145     item
   145   - Another indented list
   146   - Another indented list
   146     item:
   147     item:
   147 
   148 
   148     - A literal block in the middle
   149       - A literal block in the middle
   149           of an indented list.
   150             of an indented list.
   150 
   151 
   151     (The above is not a list item since we are in the literal block.)
   152       (The above is not a list item since we are in the literal block.)
   152 
   153 
   153 Literal block with no indentation.
   154   Literal block with no indentation (apart from
       
   155   the two spaces added to all literal blocks).
   154 ----------------------------------------------------------------------
   156 ----------------------------------------------------------------------
   155 
   157 
   156 options formatted to fit within 60 characters:
   158 options formatted to fit within 60 characters:
   157 ----------------------------------------------------------------------
   159 ----------------------------------------------------------------------
   158 There is support for simple option lists, but only with long
   160 There is support for simple option lists, but only with long