File: test_rst_caption.rst

package info (click to toggle)
python-readme-renderer 37.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 764 kB
  • sloc: python: 409; sh: 23; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
.. The following test case is based on https://github.com/tiran/defusedxml/blob/f2c7c35b25f80c08923be49ac1f81e9cf95bd2ae/README.txt#L180

.. csv-table:: Multiplication
    :header: "1", "2", "3", "4", "5"

    1,2,3,4,5
    2,4,6,8,10
    3,6,9,12,15
    4,8,12,16,20
    5,10,15,20,25