#114: Added an `abbr` role to markup abbreviations and acronyms.

This commit is contained in:
Georg Brandl
2009-03-05 09:48:55 +01:00
parent b244dbf9b5
commit 51265dfe3f
9 changed files with 61 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ Option list:
try2_stmt: "try" ":" `suite`
: "finally" ":" `suite`
Test :abbr:`abbr (abbreviation)` and another :abbr:`abbr (abbreviation)`.
Index markup
------------