Adds <anchor> to the list of tags passed to the toJSON parser for which whitespace must be preserved. <Anchor> is used for the text within <extra> definition translated to popup in torus. Example below. While some semantic elements of this type wrap their content in <material>, which was being treated properly, this is not always necessary. Any tag that can contain text content beyond a plain text string must be included, so also included <translation>.
Adds
<anchor>
to the list of tags passed to the toJSON parser for which whitespace must be preserved.<Anchor>
is used for the text within<extra>
definition translated to popup in torus. Example below. While some semantic elements of this type wrap their content in<material>
, which was being treated properly, this is not always necessary. Any tag that can contain text content beyond a plain text string must be included, so also included<translation>
.