You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "brushed (JIRA)" <ji...@apache.org> on 2019/04/05 21:26:00 UTC

[jira] [Resolved] (JSPWIKI-1100) Add support for mixed css-class & css-style markup

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

brushed resolved JSPWIKI-1100.
------------------------------
       Resolution: Fixed
    Fix Version/s: 2.11.0-M4

Solved in 2.11.0-M4-git-03

> Add support for mixed css-class & css-style markup
> --------------------------------------------------
>
>                 Key: JSPWIKI-1100
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1100
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Core &amp; storage
>            Reporter: brushed
>            Priority: Minor
>             Fix For: 2.11.0-M4
>
>
>  
> Currently JSPWiki doesn't support the combination of the %%style_X and %%(css_property:style_value; ...) .
> Example:
> {code:none}
>  %%info(font-style:italic;)
>  Your markup comes here
>  /%
> {code}
> is rendered incorrectly as
> {code:html}
>  <div class="infofont-styleitalic">
>  TEST
>  </div>
>  {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)