Uses of Interface
com.github.rjeschke.txtmark.SpanEmitter
Packages that use SpanEmitter
-
Uses of SpanEmitter in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as SpanEmitterModifier and TypeFieldDescriptionprivate SpanEmitterConfiguration.Builder.specialLinkEmitter(package private) final SpanEmitterConfiguration.specialLinkEmitterMethods in com.github.rjeschke.txtmark with parameters of type SpanEmitterModifier and TypeMethodDescriptionConfiguration.Builder.setSpecialLinkEmitter(SpanEmitter emitter) Sets the emitter for special link spans ([[ ...Constructors in com.github.rjeschke.txtmark with parameters of type SpanEmitterModifierConstructorDescription(package private)Configuration(boolean safeMode, String encoding, Decorator decorator, BlockEmitter codeBlockEmitter, boolean forceExtendedProfile, SpanEmitter specialLinkEmitter, boolean allowSpacesInFencedDelimiters, boolean panicMode) Constructor.