kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
kobwebx-markdown
/
com.varabyte.kobwebx.markdown
Package-level
declarations
Types
Properties
Types
Markdown
Context
Link copied to clipboard
class
MarkdownContext
(
val
path
:
String
,
val
frontMatter
:
Map
<
String
,
List
<
String
>
>
)
Various context that will be set if this page was generated from Markdown.
Properties
Local
Markdown
Context
Link copied to clipboard
val
LocalMarkdownContext
:
ProvidableCompositionLocal
<
MarkdownContext
?
>
markdown
Link copied to clipboard
@get:
Composable
@get:
ReadOnlyComposable
val
PageContext
.
markdown
:
MarkdownContext
?