Package com.vladsch.flexmark.parser
Interface PegdownExtensions
public interface PegdownExtensions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
PHP Markdown Extra style abbreviations.static final int
static final int
All Optionals other than Suppress and FORCELISTITEMPARA which is a backwards compatibility extensionstatic final int
static final int
Enables anchor links in headers.static final int
Requires a space char after Atx # header prefixes, so that #dasdsdaf is not a header.static final int
Enables plain autolinks the way github flavoured markdown implements them.static final int
PHP Markdown Extra style definition lists.static final int
Generate anchor links for headers using complete contents of the header.static final int
EXTANCHORLINKS should wrap header content instead of creating an empty anchor: `<h1><a name="header-a">header a</a></h1>`static final int
PHP Markdown Extra style fenced code blocks.static final int
Enables footnote processing [^1]: Text Paragraph with continuations and footnote reference [^1]static final int
Force List and Definition Paragraph wrapping if it includes more than just a single paragraphstatic final int
These are GitHub comment (issues, pull requests and comments) processing compatibility flagsstatic final int
These are GitHub main repo document processing compatibility flagsstatic final int
These are GitHub wiki page processing compatibility flagsstatic final int
Enables the parsing of hard wraps as HTML linebreaks.static final int
Enables adding a dummy reference key node to RefLink and RefImage so that the AST differs between [ ][] and plain [ ] for refLink and ![ ][] and plain ![ ] for RefImagestatic final int


Enables MULTI_LINE_IMAGE_URLS extension which allows image urls of the form above. any text at all until ) or "title") at the begining of a line. Used for displaying UML diagrams with gravizo.com
- See Also:
-
SUPERSCRIPT
static final int SUPERSCRIPTtrace parsing elements to console- See Also:
-
FORCELISTITEMPARA
static final int FORCELISTITEMPARAForce List and Definition Paragraph wrapping if it includes more than just a single paragraph- See Also:
-
NOT_USED
static final int NOT_USEDspare bits- See Also:
-
INSERTED
static final int INSERTEDEnables adding a dummy reference key node to RefLink and RefImage so that the AST differs between [ ][] and plain [ ] for refLink and ![ ][] and plain ![ ] for RefImage- See Also:
-
UNUSABLE
static final int UNUSABLE- See Also:
-
ALL_OPTIONALS
static final int ALL_OPTIONALSAll Optionals other than Suppress and FORCELISTITEMPARA which is a backwards compatibility extension- See Also:
-
ALL_WITH_OPTIONALS
static final int ALL_WITH_OPTIONALS- See Also:
-
GITHUB_DOCUMENT_COMPATIBLE
static final int GITHUB_DOCUMENT_COMPATIBLEThese are GitHub main repo document processing compatibility flags- See Also:
-
GITHUB_WIKI_COMPATIBLE
static final int GITHUB_WIKI_COMPATIBLEThese are GitHub wiki page processing compatibility flags- See Also:
-
GITHUB_COMMENT_COMPATIBLE
static final int GITHUB_COMMENT_COMPATIBLEThese are GitHub comment (issues, pull requests and comments) processing compatibility flags- See Also:
-