diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-04-03 16:58:53 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-04-03 16:58:53 +0000 |
| commit | 180d500ea2ff230a15ab674b7035e21a17d55a11 (patch) | |
| tree | d5b6682e1c884d3e6e1d5aa9c1611342c8f8b010 /docutils/test/functional/input | |
| parent | 1dbbbd935f010db9a8dc94d1c0ed62c1be27aa33 (diff) | |
| download | docutils-180d500ea2ff230a15ab674b7035e21a17d55a11.tar.gz | |
html5: support numbered figures (with CSS styling, analogue to tables).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8515 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_html5.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docutils/test/functional/input/standalone_rst_html5.txt b/docutils/test/functional/input/standalone_rst_html5.txt index bf97a2dd9..a755892ef 100644 --- a/docutils/test/functional/input/standalone_rst_html5.txt +++ b/docutils/test/functional/input/standalone_rst_html5.txt @@ -189,6 +189,18 @@ setting (or command line argument). True True True ======= ======= ========== +Numbered Figures +```````````````` + +Numbered figures can be achieved with the "numbered" ``:figclass:`` option: + + .. figure:: ../../../docs/user/rst/images/title.svg + :alt: reStructuredText, the markup syntax + :figclass: numbered + + SVG image in a numbered figure. + + .. include:: data/errors.txt .. footer:: |HTML 5| |validator| |valid-CSS2| |
