-
Notifications
You must be signed in to change notification settings - Fork 7
Bookmarking API
h3rald edited this page Aug 13, 2010
·
6 revisions
- id → @code
- title → @title
- file → @file
- ref (used in IDs)
- link (used when creating links to the bookmark itself)
- title
section[
@title[Test Section]
@id[test]
]
Same/different source file: =>[#test]
(links are unique throughout the whole project/document)
Method | single-file output (different file) | single-file output (same file) | multi-file output (different file) | multi-file output (same file) |
---|---|---|---|---|
Glyph::Bookmark#ref | test |
test |
test |
test |
Glyph::Bookmark#link | #test |
#test |
intro.EXTENSION#test |
#test |
- level → @level
- toc → @toc
- toc? (whether the header should be in the TOC or not)
- level