You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/05 19:34:00 UTC

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

    [ https://issues.apache.org/jira/browse/JSPWIKI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811190#comment-16811190 ] 

ASF subversion and git services commented on JSPWIKI-1101:
----------------------------------------------------------

Commit cc91e3a31acc1a57fe395fb9610f618fbae12fcf in jspwiki's branch refs/heads/master from brushed
[ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=cc91e3a ]

[JSPWIKI-1101] Improve rendering of {{{inline preformatted text}}}


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