Uses of Class
com.github.rjeschke.txtmark.Configuration.Builder
Packages that use Configuration.Builder
-
Uses of Configuration.Builder in com.github.rjeschke.txtmark
Methods in com.github.rjeschke.txtmark that return Configuration.BuilderModifier and TypeMethodDescriptionstatic Configuration.BuilderConfiguration.builder()Creates a new Builder instance.Configuration.Builder.enablePanicMode()This allows you to enable 'panicMode'.Configuration.Builder.enableSafeMode()Enables HTML safe mode.Configuration.Builder.forceExtentedProfile()Forces extened profile to be enabled by default.Configuration.Builder.setAllowSpacesInFencedCodeBlockDelimiters(boolean allow) (Dis-)Allows spaces in fenced code block delimiter lines.Configuration.Builder.setCodeBlockEmitter(BlockEmitter emitter) Sets the code block emitter.Configuration.Builder.setDecorator(Decorator decorator) Sets the decorator for txtmark.Configuration.Builder.setEnablePanicMode(boolean panic) This allows you to enable 'panicMode'.Configuration.Builder.setEncoding(String encoding) Sets the character encoding for txtmark.Configuration.Builder.setSafeMode(boolean flag) Sets the HTML safe mode flag.Configuration.Builder.setSpecialLinkEmitter(SpanEmitter emitter) Sets the emitter for special link spans ([[ ...