Builder.inlineParserFactory

Overrides the parser used for inline markdown processing. <p> Provide an implementation of InlineParserFactory which provides a custom inline parser to modify how the following are parsed: bold (**) italic (*) strikethrough (~~) backtick quote (`) link (title) image (alt) <p> <p> Note that if this method is not called or the inline parser factory is set to null, then the default implementation will be used.

@param inlineParserFactory an inline parser factory implementation @return {@code this}

class Builder
inlineParserFactory

Meta