Package org.apache.wiki.parser.markdown
Class MarkdownDocument
java.lang.Object
org.jdom2.Document
org.apache.wiki.parser.WikiDocument
org.apache.wiki.parser.markdown.MarkdownDocument
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jdom2.NamespaceAware
,org.jdom2.Parent
Simple placeholder for Markdown Nodes
- See Also:
-
Field Summary
Fields inherited from class org.jdom2.Document
baseURI
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wiki.parser.WikiDocument
getContext, getPage, getPageData, setContext, setPageData
Methods inherited from class org.jdom2.Document
addContent, addContent, addContent, addContent, canContainContent, clone, cloneContent, detachRootElement, equals, getBaseURI, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getDocType, getDocument, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getParent, getProperty, getRootElement, hashCode, hasRootElement, indexOf, removeContent, removeContent, removeContent, removeContent, setBaseURI, setContent, setContent, setContent, setContent, setDocType, setProperty, setRootElement, toString
-
Constructor Details
-
MarkdownDocument
-
-
Method Details
-
getMarkdownNode
-
options
public static com.vladsch.flexmark.util.data.MutableDataSet options(Context context, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns) Configuration options for MarkdownRenderers.- Parameters:
context
- current wiki context- Returns:
- configuration options for MarkdownRenderers.
-