anchor
Creates a named anchor (or bookmark).
Aliases:bookmark, #
Example: #[test|Test Bookmark]
Parameters
| Parameter | Description |
|---|---|
| 0 | The identifier of the bookmark |
| 1 | The contents of the bookmark (optional) |
draftcomment
If the document.draft setting is set
to true, displays a draft comment within the document.
dc
Example: dc[This is printed only in draft documents.]
Parameters
| Parameter | Description |
|---|---|
| 0 | The text of the comment. |
fmi
Creates a For More Information link (for an example usage, see the link macro).
Example: fmi[creating links|#links]
Parameters
| Parameter | Description |
|---|---|
| 0 | The object that needs additional explanation. |
| 1 | A valid bookmark within the document. |
link
Creates an hyperlink (for more information on creating links, see Links and Bookmarks).
Aliases:=>
Example: =>[http://www.h3rald.com|H3RALD.com]
Parameters
| Parameter | Description |
|---|---|
| 0 | A valid bookmark within the document or an URL. |
| 1 | The text of the link (optional). |
todo
Saves the value as a TODO item, which can be printed using the todo command and included in the document if
the document.draft setting is set
to true.
!
Example: todo[Remember to do this.]