Class MarkdownDocument

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.jdom2.NamespaceAware, org.jdom2.Parent

    public class MarkdownDocument
    extends WikiDocument
    Simple placeholder for Markdown Nodes
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.jdom2.Document

        baseURI
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkdownDocument​(Page page, com.vladsch.flexmark.util.ast.Node md)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vladsch.flexmark.util.ast.Node getMarkdownNode()  
      static com.vladsch.flexmark.util.data.MutableDataSet options​(Context context, boolean isImageInlining, java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
      configuration options for MarkdownRenderers.
      • 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getMarkdownNode

        public com.vladsch.flexmark.util.ast.Node getMarkdownNode()
      • options

        public static com.vladsch.flexmark.util.data.MutableDataSet options​(Context context,
                                                                            boolean isImageInlining,
                                                                            java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
        configuration options for MarkdownRenderers.
        Parameters:
        context - current wikicontext
        Returns:
        configuration options for MarkdownRenderers.