- update jwt
This commit is contained in:
@@ -72,7 +72,9 @@ public class MarkdownParser {
|
||||
PARSER = Parser.builder(options).build();
|
||||
RENDERER = HtmlRenderer.builder(options).build();
|
||||
|
||||
YAML_VISITOR = new AbstractYamlFrontMatterVisitor();
|
||||
YAML_VISITOR = new AbstractYamlFrontMatterVisitor(){
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
public MarkdownParser(final String md) {
|
||||
|
||||
Reference in New Issue
Block a user