diff options
| author | Georg Brandl <georg@python.org> | 2010-10-22 12:10:11 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-10-22 12:10:11 +0200 |
| commit | 3abd9a0f2af6b11b60f697cf2926fa379e6d4e9e (patch) | |
| tree | 34645e2fa452af1d2d3a794d7394d0807f898714 /tests/root | |
| parent | 1132922684724fd9f46503dac8a6554a924b0b05 (diff) | |
| download | sphinx-3abd9a0f2af6b11b60f697cf2926fa379e6d4e9e.tar.gz | |
#535: Fix LaTeX output generated for line blocks by porting implementation from new docutils code.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index a72285ed..da71cf86 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -34,6 +34,16 @@ Option list: -h help --help also help +Line block: + +| line1 +| line2 +| line3 +| line4 +| line5 +| line6 +| line7 + Body directives ^^^^^^^^^^^^^^^ |
