Uses of Interface
com.github.rjeschke.txtmark.SpanEmitter
-
Packages that use SpanEmitter Package Description com.github.rjeschke.txtmark -
-
Uses of SpanEmitter in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as SpanEmitter Modifier and Type Field Description private SpanEmitterConfiguration.Builder. specialLinkEmitter(package private) SpanEmitterConfiguration. specialLinkEmitterMethods in com.github.rjeschke.txtmark with parameters of type SpanEmitter Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. setSpecialLinkEmitter(SpanEmitter emitter)Sets the emitter for special link spans ([[ ...Constructors in com.github.rjeschke.txtmark with parameters of type SpanEmitter Constructor Description Configuration(boolean safeMode, java.lang.String encoding, Decorator decorator, BlockEmitter codeBlockEmitter, boolean forceExtendedProfile, SpanEmitter specialLinkEmitter, boolean allowSpacesInFencedDelimiters, boolean panicMode)Constructor.
-