diff options
| author | Georg Brandl <georg@python.org> | 2009-03-05 09:48:55 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-03-05 09:48:55 +0100 |
| commit | 9051b533459712afdd770992bc6935d09c7c0a6d (patch) | |
| tree | b8c5d98c350056573c3c5ba9621040a09f82a273 /tests/root | |
| parent | 1ea50bf165f0456df9d2181c366aecca73e96118 (diff) | |
| download | sphinx-9051b533459712afdd770992bc6935d09c7c0a6d.tar.gz | |
#114: Added an ``abbr`` role to markup abbreviations and acronyms.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/markup.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt index d799c80d..52d407e2 100644 --- a/tests/root/markup.txt +++ b/tests/root/markup.txt @@ -152,6 +152,7 @@ Option list: try2_stmt: "try" ":" `suite` : "finally" ":" `suite` +Test :abbr:`abbr (abbreviation)` and another :abbr:`abbr (abbreviation)`. Index markup ------------ |
