MarkdownHandlers
Register custom handlers for various Markdown elements.
For example, if your project declares a fancy, custom horizontal rule, you can register it like so:
kobweb {
markdown {
handlers {
hr.set { "com.myproject.components.widgets.FancyRule()" }
}
}
}
Content copied to clipboard
Types
Link copied to clipboard
object DataKeys
Keys which can be used to read/write data values into/out of the NodeScope.data container.
Properties
Link copied to clipboard
Link copied to clipboard
If true, attach an auto-generated header ID to each header element.
Link copied to clipboard
Handler for converting some incoming text (fairly unconstrained) into a final string value that should be used as an ID for a URL fragment.
Link copied to clipboard