@Singleton @Named(value="markdown") public class MarkdownParser extends AbstractTextParser implements TextMarkup
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 Xhtml5 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.
|
PIPECOLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STARTXT_TYPE, UNKNOWN_TYPE, XML_TYPE| Constructor and Description |
|---|
MarkdownParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(Reader source,
Sink sink,
String reference) |
getTypeaddSinkWrapperFactory, doxiaVersion, executeMacro, getBasedir, getMacroManager, getSinkWrapperFactories, getWrappedSink, init, isEmitAnchorsForIndexableEntries, isEmitComments, isSecondParsing, parse, parse, parse, setEmitAnchorsForIndexableEntries, setEmitComments, setSecondParsingpublic MarkdownParser()
public void parse(Reader source, Sink sink, String reference) throws ParseException
parse in interface ParserParseExceptionCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.