diff options
Diffstat (limited to 'doc/user/src/api1.skb')
-rw-r--r-- | doc/user/src/api1.skb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/src/api1.skb b/doc/user/src/api1.skb new file mode 100644 index 0000000..80c4389 --- /dev/null +++ b/doc/user/src/api1.skb @@ -0,0 +1,5 @@ +(section :title "A title" "This is the body of the section") +(section :title "A title" "This" " is" " the body of the section") +(section :title "A title" :number 3 "This" " is" " the body of the section") +(section :title "A title" :toc #f :number 3 "This" " is" " the body of the section") +(section :title "A title" :number 3 :toc #f "This" " is" " the body of the section") |