diff options
| author | georg.brandl <devnull@localhost> | 2008-11-01 14:40:02 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-11-01 14:40:02 +0000 |
| commit | d51279cef2b7a9f8f0af0e56c154f227b7a5e042 (patch) | |
| tree | 5e15b07a88615c9f187090372a8fe7f10a9b6c56 /tests | |
| parent | dd077001493fab9e0e6f434044cc14d42d4c1501 (diff) | |
| download | sphinx-d51279cef2b7a9f8f0af0e56c154f227b7a5e042.tar.gz | |
Improve node coverage for latex/text writers.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/root/markup.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index ceb74f63..c11b531e 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -31,6 +31,41 @@ Admonitions Tip text. +Body directives +--------------- + +.. topic:: Title + + Topic body. + +.. sidebar:: Sidebar + :subtitle: Sidebar subtitle + + Sidebar body. + +.. rubric:: Test rubric + +.. epigraph:: Epigraph title + + Epigraph body. + + -- Author + +.. highlights:: Highlights + + Highlights body. + +.. pull-quote:: Pull-quote + + Pull quote body. + +.. compound:: + + a + + b + + Tables ------ |
