Package-level declarations
Types
If this property is present in com.quarkdown.core.ast.attributes.AstAttributes.thirdPartyPresenceProperties and its value is true, it means there is at least one code block in the AST. This is used to load the HighlightJS library in HTML rendering only if necessary.
If this property is present in com.quarkdown.core.ast.attributes.AstAttributes.thirdPartyPresenceProperties and its value is true, it means there is at least one math block or inline in the AST. This is used to load the KaTeX library in HTML rendering only if necessary.
If this property is present in com.quarkdown.core.ast.attributes.AstAttributes.thirdPartyPresenceProperties and its value is true, it means there is at least one Mermaid diagram in the AST. This is used to load the Mermaid library in HTML rendering only if necessary.
Properties
Functions
Marks the presence of code blocks in the AST if at least one Code block is present in the document.
Marks the presence of math blocks or inlines in the AST if at least one math element is present in the document.
Marks the presence of Mermaid diagrams in the AST if at least one diagram is present in the document.