Reference
Document Metadata
Document-wide options under the custom format key in YAML format.
format:
closeread-html
debug-mode |
document yaml |
Toggle debug mode. |
No matching items
Layout Block Options
Todo.
Sticky Block Options
A sticky block is an element tagged with an identifier prefixed with cr-
. e.g.
:::{#cr-mypara}
Here is a paragraph that will be a sticky block.
:::
#cr-* |
block id |
Identify an element as a sticky element. |
No matching items
Step Block Options
A step block is an element that uses the focus-on
attribute to trigger effects on a particular sticky block.
:::{focus-on="cr-mypara"}
Here is a paragraph that will trigger focus on `cr-mypara`.
:::
focus-on |
block attribute |
Indicate which sticky block to focus on. Will transition to that block and use it in any focus effects. |
No matching items