diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-03-02 11:51:33 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-03-02 11:51:33 +0000 |
| commit | babeacc0221e1ffe61e66cf91623853458c2fc02 (patch) | |
| tree | ecff2ec72e40f752bf167c67c4d962c30b466abb /docutils/test/functional/input/data/standard.txt | |
| parent | 767f1f92900ea84d3e8e234d76f0eeefc47ce08a (diff) | |
| download | docutils-babeacc0221e1ffe61e66cf91623853458c2fc02.tar.gz | |
support SWF images,
improve formatting of HTML test output.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6254 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data/standard.txt')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 5b099a1ac..37efd1036 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -520,7 +520,8 @@ A left-aligned figure: :class: class1 class2 :alt: reStructuredText, the markup syntax :align: left - :width: 50 + :width: 40 px + :figwidth: 70 % This is the caption. @@ -528,14 +529,16 @@ A left-aligned figure: The legend may consist of several paragraphs. -This paragraph might flow around the figure. The specific behavior depends -upon the style sheet and the browser or rendering software used. +This paragraph might flow around the figure. + +The specific behavior depends upon the style sheet and the browser or +rendering software used. A centered figure: .. figure:: ../../../docs/user/rst/images/biohazard.png :align: center - :width: 50 + :width: 40 px This is the caption. @@ -543,14 +546,16 @@ A centered figure: The legend may consist of several paragraphs. -This paragraph might flow around the figure. The specific behavior depends -upon the style sheet and the browser or rendering software used. +This paragraph might flow around the figure. + +The specific behavior depends upon the style sheet and the browser or +rendering software used. A right-aligned figure: .. figure:: ../../../docs/user/rst/images/biohazard.png :align: right - :width: 50 + :width: 40 px This is the caption. |
