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