Dashboard text boxes support markdown; markdown bold gets rendered as <strong>, which in main.less is set to font-weight 500 (same as normal text). Is this intentional, and if not how should it be fixed?

Normal text is weighted 400.
500 is a conscious choice for the site but I agree that it’s not adequate for markdown output.

I’ll post here any progress.

1 Like

Landed in master https://github.com/getredash/redash/pull/3686