Symbitic / remark-plugins

Remark plugins for Markbook
MIT License
14 stars 7 forks source link

Support multiple descriptions #9

Closed Symbitic closed 3 years ago

Symbitic commented 3 years ago

Currently, the following snippet gets rendered as <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>.

Symbitic commented 3 years ago

Fixed in 9d4442568d4f16b03c2435335fc3eea0b46be2fc.