| HtmlRenderer | INDENT_SIZE | `0` | how many spaces to use for each indent level of nested tags |
| HtmlRenderer | SUPPRESS_HTML_BLOCKS | `false` | suppress html output for html blocks |
| HtmlRenderer | SUPPRESS_INLINE_HTML | `false` | suppress html output for inline html |
### Parser
Unified options handling added which are also used to selectively disable loading of core
parsers and processors.
`Parser.builder()` now implements `MutableDataHolder` so you can use `get`/`set` to customize
properties.
| Parser | EXTENSIONS | empty list | list of extension to use for builders. Can use this option instead of passing extensions to parser builder and renderer builder. |