public class MarkdownDocument extends WikiDocument
| Constructor and Description |
|---|
MarkdownDocument(org.apache.wiki.api.core.Page page,
com.vladsch.flexmark.util.ast.Node md) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.ast.Node |
getMarkdownNode() |
static com.vladsch.flexmark.util.data.MutableDataSet |
options(org.apache.wiki.api.core.Context context,
boolean isImageInlining,
java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
Configuration options for MarkdownRenderers.
|
getContext, getPage, getPageData, setContext, setPageDataaddContent, 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, toStringpublic MarkdownDocument(org.apache.wiki.api.core.Page page, com.vladsch.flexmark.util.ast.Node md)
public com.vladsch.flexmark.util.ast.Node getMarkdownNode()
public static com.vladsch.flexmark.util.data.MutableDataSet options(org.apache.wiki.api.core.Context context, boolean isImageInlining, java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
context - current wiki contextCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.