(note-page 'id "items"
(title (main-text "Items")
(annotation "An illutration of items and item")
)
(items
(item
(main-text "Item 1"
)
(annotation "Item 1 annotation"
)
(items
(item
(main-text "Sub item 1"
)
(annotation "Sub item 1 annotation"
))
(item
(main-text "Sub item 2"
)
(annotation "Sub item 2 annotation"
))
(item
(main-text "Sub item 3"
)
(annotation "Sub item 3 annotation"
)))))
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"items\""
'to-mark end-mark
'slide-mode "external"
'book-mode "inline"
(color-decorations
)
(main-text
"The LAML source of this page" )
)
(cross-references
(internet-reference 'href (man-entry "items")
(main-text "Manual entry")))
) ; end note-page |