Allow a configured list of element names to define elements which should be formatted inline with sorrounding text.
We would like to be able to write styling markup like <line>Foo (ref <b>bar</b>)</line> without having the formatter put the <b> element on a new line, as this will not have the same meaning.
Allow a configured list of element names to define elements which should be formatted inline with sorrounding text.
We would like to be able to write styling markup like
<line>Foo (ref <b>bar</b>)</line>
without having the formatter put the<b>
element on a new line, as this will not have the same meaning.