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 19:35:00 UTC

[jira] [Resolved] (JSPWIKI-1101) Improve rendering of {{{inline preformatted text}}}

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

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

Solved inĀ 2.11.0-M4-git-02

> Improve rendering of {{{inline preformatted text}}}
> ---------------------------------------------------
>
>                 Key: JSPWIKI-1101
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1101
>             Project: JSPWiki
>          Issue Type: Improvement
>            Reporter: brushed
>            Priority: Minor
>             Fix For: 2.11.0-M4
>
>
> Currently an inline  block with triple curly braces is using hardcoded html styles.
> Better is to use a css class for styling.
> Example
> {code:none}
> This {{{inline}}} text
> {code}
> is rendered as 
> {code:html}
> <span style="font-family:monospace; white-space:pre;">inline</span>
> {code}
> Should be changed to:
> {code:html}
> <span class="inline-code">inline</span>
> {code}



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