ticket id
000060
status
resolved
priority
???
assigned to
Waylan
Reported by: davidchambers
Component:

Markdown:

misappropriate
: dishonestly or unfairly take (something, esp. money,
  belonging to another) for one's own use

Desired HTML output:

<dl>
<dt>misappropriate</dt>
<dd>dishonestly or unfairly take (something, esp. money, belonging to another) for one's own use</dd>
</dl>

Actual HTML output:

<dl>
<dt>misappropriate</dt>
<dd>dishonestly or unfairly take (something, esp. money,</dd>
</dl>

This clipping occurs when the definition definition spans more than one line and lines beyond the first are indented by fewer than four spaces.

I believe this to be an error as Markdown does not require hard-wrapped lines in ordered and unordered lists to be indented at all, and I imagine that definition list syntax is intended to resemble ordered and unordered list syntax as closely as possible (and provide the same affordances).

Resolution

fixed

Powered by Sputnik | XHTML 1.1