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