Constructors

Link copied to clipboard
constructor(map: Map<String, FrontMatterElement>)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun get(path: String): List<String>?

A helper method that provides convenient map-like query access for fetching (possibly nested) frontmatter values.

Link copied to clipboard
fun getValue(path: String): List<String>
Link copied to clipboard
open override fun query(path: String): FrontMatterElement?

Use a convenient query syntax to extract a child element from this frontmatter element.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard