We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Multiple <dt> per <dd> is valid HTML, but Blackfriday discards all but the last:
<dt>
<dd>
`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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Multiple
<dt>
per<dd>
is valid HTML, but Blackfriday discards all but the last:→
Might not be #263, but might be fixable alongside #263.
The text was updated successfully, but these errors were encountered: