Closed Symbitic closed 3 years ago
Currently, the following snippet gets rendered as <dl><dt>Term 1</dt><dd>Description 1\n: Description 2</dd></dl>:
<dl><dt>Term 1</dt><dd>Description 1\n: Description 2</dd></dl>
Term 1 : Description 1 : Description 2
It should be rendered as <dl><dt>Term 1</dt><dd>Description 1</dd><dd>Description 2</dd></dl>.
<dl><dt>Term 1</dt><dd>Description 1</dd><dd>Description 2</dd></dl>
Fixed in 9d4442568d4f16b03c2435335fc3eea0b46be2fc.
Currently, the following snippet gets rendered as
<dl><dt>Term 1</dt><dd>Description 1\n: Description 2</dd></dl>
:It should be rendered as
<dl><dt>Term 1</dt><dd>Description 1</dd><dd>Description 2</dd></dl>
.