public interface Extensions
| Modifier and Type | Field and Description |
|---|---|
static int |
ABBREVIATIONS
PHP Markdown Extra style abbreviations.
|
static int |
ALL |
static int |
ALL_OPTIONALS
All Optionals other than Suppress and FORCELISTITEMPARA which is a backwards compatibility extension
|
static int |
ALL_WITH_OPTIONALS |
static int |
ANCHORLINKS
Enables anchor links in headers.
|
static int |
ATXHEADERSPACE
Requires a space char after Atx # header prefixes, so that #dasdsdaf is not a header.
|
static int |
AUTOLINKS
Enables plain autolinks the way github flavoured markdown implements them.
|
static int |
DEFINITIONS
PHP Markdown Extra style definition lists.
|
static int |
EXTANCHORLINKS
Generate anchor links for headers using complete contents of the header.
|
static int |
EXTANCHORLINKS_WRAP
EXTANCHORLINKS should wrap header content instead of creating an empty anchor: `<h1><a name="header-a">header a</a></h1>`
|
static int |
FENCED_CODE_BLOCKS
PHP Markdown Extra style fenced code blocks.
|
static int |
FOOTNOTES
Enables footnote processing [^1]: Text Paragraph with continuations
and footnote reference [^1]
|
static int |
FORCELISTITEMPARA
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
|
static int |
GITHUB_COMMENT_COMPATIBLE
These are GitHub comment (issues, pull requests and comments) processing compatibility flags
|
static int |
GITHUB_DOCUMENT_COMPATIBLE
These are GitHub main repo document processing compatibility flags
|
static int |
GITHUB_WIKI_COMPATIBLE
These are GitHub wiki page processing compatibility flags
|
static int |
HARDWRAPS
Enables the parsing of hard wraps as HTML linebreaks.
|
static int |
INSERTED
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 RefImage
|
static int |
MULTI_LINE_IMAGE_URLS


Enables MULTI_LINE_IMAGE_URLS extension which allows image urls of the form above.
|
static int |
NONE
The default, standard markup mode without any extensions.
|
static int |
NOT_USED
spare bits
|
static int |
QUOTES
Pretty single and double quotes.
|
static int |
RELAXEDHRULES
Allow horizontal rules without a blank line following them.
|
static int |
SMARTS
Pretty ellipses, dashes and apostrophes.
|
static int |
SMARTYPANTS
All of the smartypants prettyfications.
|
static int |
STRIKETHROUGH
Support ~~strikethroughs~~ as supported in Pandoc and Github.
|
static int |
SUBSCRIPT
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
|
static int |
SUPERSCRIPT
trace parsing elements to console
|
static int |
SUPPRESS_ALL_HTML
Suppresses HTML blocks as well as inline HTML tags.
|
static int |
SUPPRESS_HTML_BLOCKS
Suppresses HTML blocks.
|
static int |
SUPPRESS_INLINE_HTML
Suppresses inline HTML tags.
|
static int |
TABLES
Table support similar to what Multimarkdown offers.
|
static int |
TASKLISTITEMS
GitHub style task list items: - [ ] and - [x]
|
static int |
TOC
Enables TOC extension
|
static int |
UNUSABLE |
static int |
UNUSED_ALL
All available extensions excluding the high word options
|
static int |
WIKILINKS
Support [[Wiki-style links]].
|
static final int NONE
static final int SMARTS
static final int QUOTES
static final int SMARTYPANTS
static final int ABBREVIATIONS
static final int HARDWRAPS
static final int AUTOLINKS
static final int TABLES
static final int DEFINITIONS
static final int FENCED_CODE_BLOCKS
static final int WIKILINKS
static final int STRIKETHROUGH
static final int ANCHORLINKS
static final int UNUSED_ALL
static final int ALL
static final int SUPPRESS_HTML_BLOCKS
static final int SUPPRESS_INLINE_HTML
static final int SUPPRESS_ALL_HTML
static final int ATXHEADERSPACE
static final int SUBSCRIPT
static final int RELAXEDHRULES
static final int TASKLISTITEMS
static final int EXTANCHORLINKS
static final int EXTANCHORLINKS_WRAP
static final int FOOTNOTES
static final int TOC
static final int MULTI_LINE_IMAGE_URLS
static final int SUPERSCRIPT
static final int FORCELISTITEMPARA
static final int NOT_USED
static final int INSERTED
static final int UNUSABLE
static final int ALL_OPTIONALS
static final int ALL_WITH_OPTIONALS
static final int GITHUB_DOCUMENT_COMPATIBLE
static final int GITHUB_WIKI_COMPATIBLE
static final int GITHUB_COMMENT_COMPATIBLE
Copyright © 2017. All rights reserved.