blob: 5f9bf4b64e2942683f02127672994956de4075eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(document :title [Hello World!]
(chapter :title [A first Section]
[This is a ,(bold [very]) ,(it [simple])
,(color :fg [red] [text]).])
(chapter :title [A second Section]
[That section contains an ,(bold [itemize])
construction:
,(itemize (item [first item])
(item [second item])
(item [third item]))]))
|