diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-16 15:00:35 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-16 15:00:35 +0000 |
| commit | d64e9f17b919280b14797a677ba90be0c8e6bcf1 (patch) | |
| tree | 4ee0d2e3f59ea653a91a802f7bd567e8522d5a0f /docutils/test/functional/input | |
| parent | 01e7c9b36c9acfbdb854080aea13c3aa97e52ccc (diff) | |
| download | docutils-d64e9f17b919280b14797a677ba90be0c8e6bcf1.tar.gz | |
only strip <p>aragraphs in HTML if we don't lose relevant attributes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2706 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 730c68cfb..bc2165f9c 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -189,6 +189,14 @@ Field Lists The field body may contain one or more body elements, indented relative to the field marker. +:credits: + + .. class:: credits + + This paragraph has the `credits` class set. (This is actually not + about credits but just for ensuring that the class attribute + doesn't get stripped away.) + Option Lists ------------ |
