Package-level declarations

Types

Link copied to clipboard

Relationship between the main context and the included file's context via include. See include for details about each mode.

Link copied to clipboard

Strategies to parse CSV cell content.

Link copied to clipboard

Criterion to sort files by.

Link copied to clipboard
object Stdlib : LibraryExporter

Exporter of Quarkdown's standard library.

Link copied to clipboard
data class StyleOptions(val foregroundColor: Color? = null, val backgroundColor: Color? = null, val borderColor: Color? = null, val borderWidth: Sizes? = null, val borderStyle: NodeStyle.BorderStyle? = null, val alignment: NodeStyle.Alignment? = null, val textAlignment: NodeStyle.TextAlignment? = null, val margin: Sizes? = null, val padding: Sizes? = null, val cornerRadius: Sizes? = null, val fontSize: TextTransformData.Size? = null, val fontWeight: TextTransformData.Weight? = null, val fontStyle: TextTransformData.Style? = null, val fontVariant: TextTransformData.Variant? = null, val textDecoration: TextTransformData.Decoration? = null, val textCase: TextTransformData.Case? = null)

Properties

Link copied to clipboard
val NOT_FOUND: Any

Fallback value for non-existent elements in collections, dictionaries, and more.