Package com.github.rjeschke.txtmark
-
Interface Summary Interface Description BlockEmitter Block emitter interface.Decorator Decorator interface.SpanEmitter An interface for emitting span elements. -
Class Summary Class Description Block This class represents a block of lines.Configuration Txtmark configuration.Configuration.Builder Configuration builder.DefaultDecorator Default Decorator implementation.Emitter Emitter class responsible for generating HTML output.HTML HTML utility class.Line This class represents a text line.LinkRef A markdown link reference.Processor Markdown processor class.Run Simple class for processing markdown files on the command line.Utils Utilities. -
Enum Summary Enum Description BlockType Block type enum.HTMLElement Enum of HTML tags.LineType Line type enumeration.MarkToken Markdown token enumeration.