Files
John MacFarlane 4f15b03ad2 RST writer: change bullet list hang from 3 to 2.
This accords with the style in the reference docs.
2024-10-01 09:19:53 -07:00

1.1 KiB

% pandoc -t rst
- > test
  >
  > para 2
^D
- ..

     test

     para 2
% pandoc -t rst
1. > test
   >
   > para 2
^D
1. ..

      test

      para 2
% pandoc -t rst
::: caution
> test
:::
^D
.. caution::

   ..

      test
% pandoc -f native -t rst --list-tables
[ Table
    ( "" , [] , [] )
    (Caption Nothing [])
    [ ( AlignDefault , ColWidth 0.26 ) ]
    (TableHead ( "" , [] , [] ) [])
    [ TableBody
        ( "" , [] , [] )
        (RowHeadColumns 0)
        []
        [ Row
            ( "" , [] , [] )
            [ Cell
                ( "" , [] , [] )
                AlignDefault
                (RowSpan 1)
                (ColSpan 1)
                [ BlockQuote
                  [ Para [ Emph [ Str "Level" , Space , Str "0:" ] ]
                  , Para
                      [ Emph [ Str "Incomplete" , Space , Str "process" ]
                      ]
                  ]
                ]
            ]
        ]
    ]
    (TableFoot ( "" , [] , [] ) [])
]
^D
.. list-table::
   :widths: 19

   * - ..

          *Level 0:*

          *Incomplete process*