[
https://issues.apache.org/jira/browse/JSPWIKI-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
brushed updated JSPWIKI-1100:
-----------------------------
Description:
Currently JSPWiki doesn't support the combination of the %%style_X and
%%(css_property:style_value; ...) .
Example:
{{{
%%info(font-style:italic;)
Your markup comes here
/%
}}}
is rendered incorrectly as
{{{
<div class="infofont-styleitalic">
TEST
</div>
}}}
> 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
>
>
> Currently JSPWiki doesn't support the combination of the %%style_X and
> %%(css_property:style_value; ...) .
> Example:
> {{{
> %%info(font-style:italic;)
> Your markup comes here
> /%
> }}}
> is rendered incorrectly as
> {{{
> <div class="infofont-styleitalic">
> TEST
> </div>
> }}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)