Skip navigation links
A C D E F G H I M N P Q R S T U W 

A

ABBREVIATIONS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
PHP Markdown Extra style abbreviations.
addPegdownExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
ALL - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
 
ALL_OPTIONALS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
All Optionals other than Suppress and FORCELISTITEMPARA which is a backwards compatibility extension
ALL_WITH_OPTIONALS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
 
allExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
ANCHORLINKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Enables anchor links in headers.
ATXHEADERSPACE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Requires a space char after Atx # header prefixes, so that #dasdsdaf is not a header.
AUTOLINKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Enables plain autolinks the way github flavoured markdown implements them.

C

com.vladsch.flexmark.profiles.pegdown - package com.vladsch.flexmark.profiles.pegdown
 

D

DEFINITIONS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
PHP Markdown Extra style definition lists.

E

EXTANCHORLINKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Generate anchor links for headers using complete contents of the header.
EXTANCHORLINKS_WRAP - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
EXTANCHORLINKS should wrap header content instead of creating an empty anchor: `<h1><a name="header-a">header a</a></h1>`
Extensions - Interface in com.vladsch.flexmark.profiles.pegdown
 

F

FENCED_CODE_BLOCKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
PHP Markdown Extra style fenced code blocks.
flexmarkOptions(int, Extension...) - Static method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
flexmarkOptions(boolean, int, Extension...) - Static method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
FOOTNOTES - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Enables footnote processing [^1]: Text Paragraph with continuations and footnote reference [^1]
FORCELISTITEMPARA - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph

G

getFlexmarkOptions(Extension...) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
getFlexmarkOptions(boolean, Extension...) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
GITHUB_COMMENT_COMPATIBLE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
These are GitHub comment (issues, pull requests and comments) processing compatibility flags
GITHUB_DOCUMENT_COMPATIBLE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
These are GitHub main repo document processing compatibility flags
GITHUB_WIKI_COMPATIBLE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
These are GitHub wiki page processing compatibility flags

H

HARDWRAPS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Enables the parsing of hard wraps as HTML linebreaks.
haveExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 

I

INSERTED - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
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

M

MULTI_LINE_IMAGE_URLS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
![alt](.....? ) ![alt](.....? "title") Enables MULTI_LINE_IMAGE_URLS extension which allows image urls of the form above.

N

NONE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
The default, standard markup mode without any extensions.
NOT_USED - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
spare bits

P

PegdownOptionsAdapter - Class in com.vladsch.flexmark.profiles.pegdown
 
PegdownOptionsAdapter() - Constructor for class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
PegdownOptionsAdapter(DataHolder) - Constructor for class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
PegdownOptionsAdapter(int) - Constructor for class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 

Q

QUOTES - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Pretty single and double quotes.

R

RELAXEDHRULES - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Allow horizontal rules without a blank line following them.
removePegdownExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 

S

setPegdownExtensions(int) - Method in class com.vladsch.flexmark.profiles.pegdown.PegdownOptionsAdapter
 
SMARTS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Pretty ellipses, dashes and apostrophes.
SMARTYPANTS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
All of the smartypants prettyfications.
STRIKETHROUGH - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Support ~~strikethroughs~~ as supported in Pandoc and Github.
SUBSCRIPT - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Force List and Definition Paragraph wrapping if it includes more than just a single paragraph
SUPERSCRIPT - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
trace parsing elements to console
SUPPRESS_ALL_HTML - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Suppresses HTML blocks as well as inline HTML tags.
SUPPRESS_HTML_BLOCKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Suppresses HTML blocks.
SUPPRESS_INLINE_HTML - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Suppresses inline HTML tags.

T

TABLES - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Table support similar to what Multimarkdown offers.
TASKLISTITEMS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
GitHub style task list items: - [ ] and - [x]
TOC - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Enables TOC extension

U

UNUSABLE - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
 
UNUSED_ALL - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
All available extensions excluding the high word options

W

WIKILINKS - Static variable in interface com.vladsch.flexmark.profiles.pegdown.Extensions
Support [[Wiki-style links]].
A C D E F G H I M N P Q R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.