Version: 4.2
11.11 Miscellaneous
| (t pre-content ) → paragraph? |
| pre-content : any/c |
Wraps the decoded pre-content as a paragraph.
| PLaneT : string? |
"PLaneT" (to help make sure you get the letters in the right case).
| (hash-lang) → element? |
Returns an element for #lang that is hyperlinked to an explanation.
| void-const : element? |
Returns an element for #<void>.
| undefined-const : element? |
Returns an element for #<undefined>.
| (centerline pre-flow ) → table? |
| pre-flow : any/c |
Produces a centered table with the pre-flow parsed by decode-flow.
| (commandline pre-content ) → paragraph? |
| pre-content : any/c |
Produces an inset command-line example (e.g., in typewriter font).
| (margin-note pre-content ) → blockquote? |
| pre-content : any/c |
Produces a blockquote to be typeset in the margin instead of inlined.