- update jwt

This commit is contained in:
2024-02-14 18:00:33 +09:00
parent 1f2b1607c8
commit 0efdfb1085
7 changed files with 233 additions and 6 deletions

View File

@@ -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) {