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 | 34d645abbc3456f0b2c8bbc17c59b4136aeeaea4 (patch) | |
| tree | 7efdf87f1243ca07b74f737bdedb32e603579f84 /test/functional/input/data | |
| parent | 0ab00beaa973047e9df210d9eb3336a865ad5cdd (diff) | |
| download | docutils-34d645abbc3456f0b2c8bbc17c59b4136aeeaea4.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/docutils@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input/data')
| -rw-r--r-- | test/functional/input/data/custom_roles.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/input/data/custom_roles.txt b/test/functional/input/data/custom_roles.txt index c80b3587f..872005cbd 100644 --- a/test/functional/input/data/custom_roles.txt +++ b/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` + |
