A new role neither based on some old nor with class.
[docutils.git] / test / functional / input / data / custom_roles.txt
blobc80b3587f954b5819dd32a8dac631ca27e686abb
1 Custom Roles
2 ------------
4 * A role based on an existing role.
6   .. role:: custom(literal)
8   :custom:`one` :custom:`two` :custom:`three`
10 * A new role.
12   .. role:: customnew
14   :customnew:`one two three`
16 * A role with class attribute.
18   .. role:: customclass
19      :class: special
21   :customclass:`interpreted text`
22