ContextOptions
Read-only properties that affect several behaviors of the document generation process, and that can be altered through function calls through its MutableContextOptions implementation.
Inheritors
Properties
When a Heading node has a depth equals or less than this value, a page break is forced.
Whether automatic identifiers should be generated for elements that do not have an explicit one. For example, a heading element (# Hello world
) automatically generates an identifier (hello-world
) that can be referenced by other elements.
Whether local media should be stored locally in the output directory. If enabled, the media is copied to the output directory and the element that references the media is updated to reference the new path. If null, the preference is determined by the active renderer.
Whether certain nodes can be aware of their location within the document in order to display it, for example in headings.
Whether remote media associated to a URL should be stored locally. If enabled, the media is downloaded, stored in the output directory and the element that references the media is updated to reference the new local path. If null, the preference is determined by the active renderer.