open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
496 stars 1.03k forks source link

Incorrect display of "<" and ">" characters #4230

Open progxaker opened 3 months ago

progxaker commented 3 months ago

What happened? The characters "<" and ">" are displayed as "<" and ">". https://github.com/open-telemetry/opentelemetry.io/blob/db091baf9937a69d4c165aeaf40cb17fd9e0125b/content/en/docs/languages/java/automatic/configuration.md?plain=1#L136 image

What did you expect would happen? The same result as in the Markdown code.

What is the name + path of the page where you encountered the issue? Path: Language APIs & SDKs -> Java -> Automatic -> Configuration Name: Agent Configuration Link: https://opentelemetry.io/docs/languages/java/automatic/configuration/#peer-service-name

What browser, OS, and platform were you using when you encountered the problem? Waterfox G6.0.11 (64-bit), Xubuntu 22.04.4 LTS x86_64, Desktop.

chalin commented 3 months ago

Thanks for reporting this. I'll take a look as soon as I can.

progxaker commented 1 month ago

Hello @chalin. Have you had time to look at this? Thanks in advance.

svrnm commented 1 month ago

@progxaker thanks for bringing this back to our attention. I quickly looked into it and was able to identify the root cause. @chalin can look at this when he is available again.

progxaker commented 1 month ago

@svrnm thank you for the investigation and prepared (draft) changes 🙂