Add options to allow changing the rendering of bold, italic and other styles with different tags
*Created by: vsch*
For example `**bold**` to be rendered as `<span class="text-bold">bold</span>`.
Add options for all style extensions `STYLE_OPEN_TAG` and `STYLE_CLOSE_TAG` for all applicable extensions and core nodes.
issue