Class YamlFrontMatterBlockParser.Factory
- java.lang.Object
-
- org.commonmark.parser.block.AbstractBlockParserFactory
-
- org.commonmark.ext.front.matter.internal.YamlFrontMatterBlockParser.Factory
-
- All Implemented Interfaces:
BlockParserFactory
- Enclosing class:
- YamlFrontMatterBlockParser
public static class YamlFrontMatterBlockParser.Factory extends AbstractBlockParserFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockStart
tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
-
-
Method Detail
-
tryStart
public BlockStart tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
-