Parserpublic interface Extensions
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ABBREVIATIONS |
PHP Markdown Extra style abbreviations.
|
static int |
ALL |
All available extensions excluding the SUPPRESS_...
|
static int |
AUTOLINKS |
Enables plain autolinks the way github flavoured markdown implements them.
|
static int |
DEFINITIONS |
PHP Markdown Extra style definition lists.
|
static int |
FENCED_CODE_BLOCKS |
PHP Markdown Extra style fenced code blocks.
|
static int |
HARDWRAPS |
Enables the parsing of hard wraps as HTML linebreaks.
|
static int |
NONE |
The default, standard markup mode without any extensions.
|
static int |
QUOTES |
Pretty single and double quotes.
|
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 |
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 |
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
LinkRenderer.static final int STRIKETHROUGH
static final int ALL
static final int SUPPRESS_HTML_BLOCKS
static final int SUPPRESS_INLINE_HTML
static final int SUPPRESS_ALL_HTML