rust-analyzer/rust-analyzer.github.io

Markup broken on Installation page

Aloso opened this issue · 2 comments

Aloso commented

In the VS Code and Updates sections of the User Manual are sections with a left column saying :INFORMATION _SOURCE:. This is rendered as a bold lowercase i on GitHub, but not on the website.

Screenshot in Firefox:

Screenshot_20200414_213932

Aloso commented

It's better now:

fa

But the icon is still not displayed properly. I suspect this is because the fontawesome library is not included in the website:

<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>

fixed this some time ago. We still need make overlofing code boxes prettier thoguh...