[ https://issues.apache.org/jira/browse/JSPWIKI-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16811225#comment-16811225 ]
ASF subversion and git services commented on JSPWIKI-1101: ---------------------------------------------------------- Commit 9fe2bc591dc9183f8c17deb252a2089206163cb6 in jspwiki's branch refs/heads/master from brushed [ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=9fe2bc5 ] [JSPWIKI-1101] Improve rendering of {{{inline preformatted text}}} also impacts Html-to-Wiki translator > 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)