summaryrefslogtreecommitdiff
path: root/docs/dev/rst
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-04-18 03:17:54 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-04-18 03:17:54 +0000
commit9215b0bae4953b8645160d755c099481cf81689f (patch)
tree1266d3427db2bd95b6875bd355552d8e2bd4a4e7 /docs/dev/rst
parent3b2ef65a6ea197b95f47c7fa055c7d52868b022d (diff)
downloaddocutils-9215b0bae4953b8645160d755c099481cf81689f.tar.gz
fix
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1965 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
-rw-r--r--docs/dev/rst/alternatives.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt
index d859e83cf..b6d1236f4 100644
--- a/docs/dev/rst/alternatives.txt
+++ b/docs/dev/rst/alternatives.txt
@@ -269,12 +269,12 @@ Syntax for Interpreted Text Role Bindings
-----------------------------------------
The following syntax (idea from Jeffrey C. Jacobs) could be used to
-associate directives with roles.
+associate directives with roles::
- .. :rewrite: class:: rewrite
+ .. :rewrite: class:: rewrite
- `She wore ribbons in her hair and it lay with streaks of
- grey`:rewrite:
+ `She wore ribbons in her hair and it lay with streaks of
+ grey`:rewrite:
The syntax is similar to that of substitution declarations, and the
directive/role association may resolve implementation issues. The