If you do not like that `<` is shown as `&lt;` on some old pages, try this

I noticed that on some old page the code is not displayed properly, such as

&lt;dependency&gt;jira.webresources:global-static&lt;/dependency&gt;

on this page.

I have created a simple Chrome extension to fix it. Very limited privilege and only works on https://community.atlassian.com/. Plus it is open-sourced.
It converts the above code to:

<dependency>jira.webresources:global-static</dependency>
4 Likes