diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-04-03 16:58:35 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-04-03 16:58:35 +0000 |
| commit | 1dbbbd935f010db9a8dc94d1c0ed62c1be27aa33 (patch) | |
| tree | a74ed6cc83bc69341f72897eb981bed79e7c1549 /docutils/test/functional/input | |
| parent | 882f7dd77eb99a82646e1b5dd22392b05ae12bec (diff) | |
| download | docutils-1dbbbd935f010db9a8dc94d1c0ed62c1be27aa33.tar.gz | |
functional tests: add section heading
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 8bd1d99f0..3d2844955 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -598,6 +598,9 @@ This paragraph might flow around the figure. The specific behavior depends upon the style sheet and the browser or rendering software used. +Tables +`````` + Tables may be given titles and additional arguments with the *table* directive: |
