core
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
dev.fishies.coho
/
parseMarkdownFrontmatter
parse
Markdown
Frontmatter
fun
parseMarkdownFrontmatter
(
srcText
:
String
)
:
Pair
<
Map
<
String
?
,
Any
?
>
?
,
String
>
Extract the frontmatter block from
srcText
.
Return
the frontmatter data and the stripped text