Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition lists can't cope with multiple terms per definition #564

Open
garthk opened this issue Aug 31, 2019 · 0 comments
Open

Definition lists can't cope with multiple terms per definition #564

garthk opened this issue Aug 31, 2019 · 0 comments

Comments

@garthk
Copy link

garthk commented Aug 31, 2019

Multiple <dt> per <dd> is valid HTML, but Blackfriday discards all but the last:

`trace.span_id`
`trace.trace_id`
`trace.parent_id`
: trace attributes

`service_name`
: service name

<dl>
<dt><code>trace.parent_id</code></dt>
<dd>trace attributes</dd>
<dt><code>service_name</code></dt>
<dd>service name</dd>
</dl>

Might not be #263, but might be fixable alongside #263.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant