- extend
void extend(HtmlRenderer.Builder rendererBuilder)
Undocumented in source. Be warned that the author may not have intended to support it.
- extend
void extend(Parser.Builder parserBuilder)
Undocumented in source. Be warned that the author may not have intended to support it.
Extension for ins using ++ <p> Create it with {@link #create()} and then configure it on the builders ({@link hunt.markdown.parser.Parser.Builder#extensions(Iterable)}, {@link HtmlRenderer.Builder#extensions(Iterable)}). </p> <p> The parsed ins text regions are turned into {@link Ins} nodes. </p>