diff options
Diffstat (limited to 'doc/user/src/start3.skb')
-rw-r--r-- | doc/user/src/start3.skb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/user/src/start3.skb b/doc/user/src/start3.skb index 65fa738..5f9bf4b 100644 --- a/doc/user/src/start3.skb +++ b/doc/user/src/start3.skb @@ -1,10 +1,15 @@ (document :title [Hello World!] -(chapter :title [A first Section] [ - This is a ,(bold [very]) ,(it [simple]) ,(color :fg [red] [text]).]) + (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: -(chapter :title [A second Section] [ - That section contains an ,(bold itemize) construction: ,(itemize (item [first item]) (item [second item]) (item [third item]))])) |