aboutsummaryrefslogtreecommitdiff
path: root/doc/user/src/start3.skb
blob: 65fa7387a29bd969903e56f28072fb6ae9e85643 (plain)
1
2
3
4
5
6
7
8
9
10
(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]))]))