public interface Extensions
| Modifier and Type | Field and Description |
|---|---|
static int |
ABBREVIATIONS
PHP Markdown Extra style abbreviations.
|
static int |
ALL
All available extensions excluding the SUPPRESS_...
|
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
GitHub style task list items: - [ ] and - [x]
|
static int |
FENCED_CODE_BLOCKS
PHP Markdown Extra style fenced code blocks.
|
static int |
FORCELISTITEMPARA
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
|
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 |
RELAXEDHRULES
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
|
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 |
TASKLISTITEMS
GitHub style task list items: - [ ] and - [x]
|
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 ANCHORLINKS
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 FORCELISTITEMPARA
static final int RELAXEDHRULES
static final int TASKLISTITEMS
static final int EXTANCHORLINKS
static final int ALL_OPTIONALS
static final int ALL_WITH_OPTIONALS
Copyright © 2009–2025 org.pegdown. All rights reserved.