diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-02 14:42:06 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-02 14:42:06 +0000 |
| commit | 6bc40534d02d737e2c1e9f13a3d7f16074cf85ff (patch) | |
| tree | 62299625dc64f5c9ce61792a3f2dd75e396d32c7 /docutils/test/functional/input/data | |
| parent | 65549ad7725587a940b78f0ba42f21405e128bd3 (diff) | |
| download | docutils-6bc40534d02d737e2c1e9f13a3d7f16074cf85ff.tar.gz | |
A new role neither based on some old nor with class.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/custom_roles.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/custom_roles.txt b/docutils/test/functional/input/data/custom_roles.txt index 3a94098fc..c80b3587f 100644 --- a/docutils/test/functional/input/data/custom_roles.txt +++ b/docutils/test/functional/input/data/custom_roles.txt @@ -7,6 +7,12 @@ Custom Roles :custom:`one` :custom:`two` :custom:`three` +* A new role. + + .. role:: customnew + + :customnew:`one two three` + * A role with class attribute. .. role:: customclass |
