[
https://issues.apache.org/jira/browse/JSPWIKI-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811277#comment-16811277
]
ASF subversion and git services commented on JSPWIKI-1100:
----------------------------------------------------------
Commit 7453019c2afdb03ebfe2d51c5f117b81b0b314f1 in jspwiki's branch
refs/heads/master from brushed
[ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=7453019 ]
[JSPWIKI-1100] Add support for mixed css-class & css-style markup
> 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:
> {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)