diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-04-18 03:17:54 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-04-18 03:17:54 +0000 |
| commit | 9215b0bae4953b8645160d755c099481cf81689f (patch) | |
| tree | 1266d3427db2bd95b6875bd355552d8e2bd4a4e7 /docs/dev | |
| parent | 3b2ef65a6ea197b95f47c7fa055c7d52868b022d (diff) | |
| download | docutils-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')
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 8 |
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 |
