[
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 & 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)