Lance Bader created JSPWIKI-916:
-----------------------------------
Summary: Pre-formatted text within a list renders to an
unpleasantly small font size.
Key: JSPWIKI-916
URL: https://issues.apache.org/jira/browse/JSPWIKI-916
Project: JSPWiki
Issue Type: Bug
Affects Versions: 2.10.1
Environment: Amazon Linux AMI
Tomcat 8.0.23
Java JDK 8u45
Reporter: Lance Bader
To demonstrate this problem, edit a JSPWiki page, add the JSPWiki markup from
below, and save the page. Note the unpleasant tiny monospaced font rendered
for the pre-formatted text when it is in a list.
{code}
{{{
This is pre-formatted text.
}}}
* {{This is monospaced text but formatting is not preserved.}}
* {{{This is pre-formatted text but the font is way too small.}}}
# It is handy to use pre-formatted text within a list (bullets or numeric) when
you want to show a code snippet or a series of terminal window commands
indented properly.\\{{{
command1
command 2 with parms
command 3
}}}\\
# Next step.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)