diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-04 15:58:44 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-04 15:58:44 +0000 |
| commit | 0f25fdf89fcbf00d35f3eac8b5f602bfcafb259c (patch) | |
| tree | 1ca40fd929fdc94b2d1e93c6f3be7d6bd93f489d /docutils/test/functional/input | |
| parent | a3ac5a9c2a553b6782ce4956489f386585350a4d (diff) | |
| download | docutils-0f25fdf89fcbf00d35f3eac8b5f602bfcafb259c.tar.gz | |
Add custom role with two classes.
Change latex2e visit/depart_inline to handle it.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/custom_roles.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/custom_roles.txt b/docutils/test/functional/input/data/custom_roles.txt index c80b3587f..872005cbd 100644 --- a/docutils/test/functional/input/data/custom_roles.txt +++ b/docutils/test/functional/input/data/custom_roles.txt @@ -20,3 +20,10 @@ Custom Roles :customclass:`interpreted text` +* A role with class attribute. + + .. role:: customx + :class: very special + + :customx:`interpreted text` + |
