FIX markup
[docutils.git] / test / functional / input / link_in_substitution.txt
blob8197a0c5c60df49714581a8d0c496b9a24a1fc1a
1 Test the interaction of transforms.references.Substitutions and
2 transforms.references.ExternalLinks.
4 |rest| is cool!
6 .. |rest| replace:: reStructuredText_
8 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
10 There is a preferred alternative:
12 |rst|_ is cool!
14 .. |rst| replace:: reStructuredText
15 .. _rst: http://docutils.sourceforge.net/rst.html
17 This only works for the case where the entire substitution is a
18 reference, not when the reference is embedded as part of the
19 substitution:
21 |urst| is uncool!
23 .. |urst| replace:: unstructured reStructuredText_