diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-02-26 21:26:12 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-02-26 21:26:12 +0000 |
| commit | 2b50e23c887b0743ec18e63ae617a0bfa12e85c8 (patch) | |
| tree | 661a1f0555c0dc88c97c0677cd830fb1c741710a /docutils/test/functional/input/data | |
| parent | 3448ff3a6961b3f22f6284136d92f5dc1d4d8d41 (diff) | |
| download | docutils-2b50e23c887b0743ec18e63ae617a0bfa12e85c8.tar.gz | |
Add tests for section levels not supported by LaTeX
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/section_titles.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/section_titles.txt b/docutils/test/functional/input/data/section_titles.txt new file mode 100644 index 000000000..7dfe97966 --- /dev/null +++ b/docutils/test/functional/input/data/section_titles.txt @@ -0,0 +1,28 @@ +Section titles with `inline markup`_ +------------------------------------ + +*emphasized*, H\ :sub:`2`\ O and :math:`x^2` +```````````````````````````````````````````` +Substitutions |fail| +```````````````````` +.. |fail| replace:: work + +Deeply nested sections +---------------------- +In LaTeX and HTML, + +Level 3 +``````` +nested sections + +level 4 +^^^^^^^ +reach at some level + +level 5 +::::::: +(depending on the document class) + +level 6 ++++++++ +an unsupported level. |
