You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/12/10 23:02:00 UTC

[jira] [Updated] (MSKINS-198) Don't apply font size for in heading elements

     [ https://issues.apache.org/jira/browse/MSKINS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MSKINS-198:
----------------------------------
    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:
!image-2022-12-10-23-59-21-326.png!

The {{-X}} is not expected to look that tiny. Unset the font size of {{<code />}} here.

Expected:
!image-2022-12-11-00-01-12-554.png!
 

  was:
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:
!image-2022-12-10-23-59-21-326.png!

The {{-X}} is not expected to look that tiny. Unset the font size of {{<code />}} here.


> Don't apply font size for <code /> in heading elements
> ------------------------------------------------------
>
>                 Key: MSKINS-198
>                 URL: https://issues.apache.org/jira/browse/MSKINS-198
>             Project: Maven Skins
>          Issue Type: Bug
>          Components: Fluido Skin
>    Affects Versions: fluido-1.11.1
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: fluido-next-release
>
>         Attachments: image-2022-12-10-23-59-21-326.png, image-2022-12-11-00-01-12-584.png
>
>
> 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:
> !image-2022-12-10-23-59-21-326.png!
> The {{-X}} is not expected to look that tiny. Unset the font size of {{<code />}} here.
> Expected:
> !image-2022-12-11-00-01-12-554.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)