Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
fluido-1.11.1
-
None
Description
When using Markdown and heading contains code elements with backtick those are converted to <code /> inside <hX /> elements. Bootstrap is not aware that this is possible and overrides the font size of the heading element to the one of <code />. An ugly example is the Maven Resolver page:
The -X is not expected to look that tiny. Unset the font size of <code /> here.
Expected: