Package icyllis.modernui.markflow
package icyllis.modernui.markflow
-
ClassDescriptionUsed to control the spacing applied before/after certain blocks, which visitors are created elsewhere.Entry point of Markdown API, it provides a context for parsing and rendering Markdown.Holds configuration for rendering Markdown.Class represents an extension to
Markflow
to configure how parsing and rendering of Markdown is carried on.This class holds registered plugins and used to set dependencies.Controlling the styled attributes for rendering Markdown.Used for rendering and building Markdown.NodeVisitor<N extends org.commonmark.node.Node>Visitor for certain node class, can be called from ANY thread.SpanFactory<N extends org.commonmark.node.Node>Span factory is invoked byMarkflowVisitor
to create spans for a given node.Interface to set text on a TextView.