As @UlyssesZh mentions here: #2274 (comment)
I think this is a bug and should be fixed. When in the context of a table, there is no danger of not linewrapping, as each element is contained in a separate <tr> tag, so there should not be any newlines in the generated HTML.
As @UlyssesZh mentions here: #2274 (comment)
I think this is a bug and should be fixed. When in the context of a table, there is no danger of not linewrapping, as each element is contained in a separate
<tr>tag, so there should not be any newlines in the generated HTML.