You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…3571)
- Contributes to
open-telemetry/opentelemetry.io#1170, because
of OTel spec pages
- Replaces `attribute["client.address"]` by
`Attributes["client.address"]`, since `attribute` appears to be a
**typo**
- Fixes `<td>` spread across multiple lines with intervening blank
lines, since that generates **invalid HTML** in some cases.
- In most cases I replaced line breaks with `<br>`.
- Replaces code tick markdown syntax in two places since those entries
are in "HTML-only" format.
For example: replaces \`Debug\` by `<code>Debug</code>`
/cc @svrnm@cartermp
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this issue
Oct 31, 2024
…pen-telemetry#3571)
- Contributes to
open-telemetry/opentelemetry.io#1170, because
of OTel spec pages
- Replaces `attribute["client.address"]` by
`Attributes["client.address"]`, since `attribute` appears to be a
**typo**
- Fixes `<td>` spread across multiple lines with intervening blank
lines, since that generates **invalid HTML** in some cases.
- In most cases I replaced line breaks with `<br>`.
- Replaces code tick markdown syntax in two places since those entries
are in "HTML-only" format.
For example: replaces \`Debug\` by `<code>Debug</code>`
/cc @svrnm@cartermp
For example, consider the following:
opentelemetry.io/content/en/vendors/_index.md
Lines 7 to 14 in 7e86a7f
Notice how the
<span>
contains a<p>
, which isn't permitted. There are more such occurrences, search for<\w+ class="h4
for example.Related:
The text was updated successfully, but these errors were encountered: