public class YamlFrontMatterExtension extends Object implements Parser.ParserExtension
Create it with create() and then configure it on the builders
(Parser.Builder.extensions(Iterable),
HtmlRenderer.Builder#extensions(Iterable)).
The parsed metadata is turned into YamlFrontMatterNode. You can access the metadata using YamlFrontMatterVisitor.
| Modifier and Type | Method and Description |
|---|---|
static Extension |
create() |
void |
extend(Parser.Builder parserBuilder) |
public void extend(Parser.Builder parserBuilder)
extend in interface Parser.ParserExtensionpublic static Extension create()
Copyright © 2021. All rights reserved.