blob: 0d792a231be78352ad64814d511b132664411061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(document :title [Various Links]
(chapter :title [A Section]
[The first link points to an external web page.
Here we point to a ,(ref :url "http://slashdot.org/"
:text [Slashdot]) web page. The second one points to
the second ,(ref :chapter "A Second Section" :text
[section]) of that document.])
(chapter :title "A Second Section"
[The last link points to the first
,(ref :skribe "user.sui" :chapter "Introduction"
:text [chapter]) of the Skribilo User Manual.]))
|