@Component(role=org.apache.maven.doxia.parser.Parser.class, hint="markdown") public class MarkdownParser extends AbstractParser
Implementation of Parser for Markdown documents.
Defers effective parsing to the flexmark-java library, which generates HTML content then delegates parsing of this content to a slightly modified Doxia Xhtml parser. (before 1.8, the PegDown library was used)
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownParser.MarkdownHtmlParser
Internal parser for HTML generated by the Markdown library.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE_HINT
The role hint for the
MarkdownParser Plexus component. |
ROLE, TXT_TYPE, UNKNOWN_TYPE, XML_TYPE| Constructor and Description |
|---|
MarkdownParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
getType.
|
void |
parse(Reader source,
Sink sink,
String reference) |
doxiaVersion, executeMacro, getBasedir, getMacroManager, init, isEmitComments, isSecondParsing, parse, parse, parse, setEmitComments, setSecondParsingpublic static final String ROLE_HINT
MarkdownParser Plexus component.public int getType()
getType.
getType in interface ParsergetType in class AbstractParserpublic void parse(Reader source, Sink sink, String reference) throws ParseException
ParseExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.