Package-level declarations

Functions

Link copied to clipboard
.css content:{String} -> Node

Creates a <style> HTML element with the provided CSS content. The content is wrapped in a <style> tag and rendered as-is, without any additional processing or escaping, as long as the rendering target supports HTML.

Link copied to clipboard
.cssproperties properties:{Map<String, Any>} -> Node

Overrides the value of Quarkdown CSS properties. Each entry corresponds to a Quarkdown CSS property name and its value. The names will be prefixed with --qd- to match the Quarkdown CSS variable naming convention.

Link copied to clipboard
.html content:{String} -> Node

Creates an HTML element, which is rendered as-is without any additional processing or escaping, as long as the rendering target supports HTML.