[ 
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:
 

{code:none}
 %%info(font-style:italic;)
 Your markup comes here
 /%
{code}

is rendered incorrectly as
{code:html}
 <div class="infofont-styleitalic">
 TEST
 </div>
 {code}


  was:
 

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 &amp; 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)

Reply via email to