~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to test/functional/input/data/custom_roles.txt

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Custom Roles
2
2
------------
3
3
 
4
 
.. role:: custom(literal)
5
 
 
6
 
:custom:`one` :custom:`two` :custom:`three`
 
4
* A role based on an existing role.
 
5
 
 
6
  .. role:: custom(literal)
 
7
 
 
8
  :custom:`one` :custom:`two` :custom:`three`
 
9
 
 
10
* A new role.
 
11
 
 
12
  .. role:: customnew
 
13
 
 
14
  :customnew:`one two three`
 
15
 
 
16
* A role with class attribute.
 
17
 
 
18
  .. role:: customclass
 
19
     :class: special
 
20
 
 
21
  :customclass:`interpreted text`
 
22
   
 
23
* A role with class attribute.
 
24
 
 
25
  .. role:: customx
 
26
     :class: very special 
 
27
 
 
28
  :customx:`interpreted text`
 
29