Whitespace added and removed in preformatted text
-------------------------------------------------

                 Key: JSPWIKI-724
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-724
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.8.4
            Reporter: Sam Hasler
            Priority: Minor


in preformatted text:

# whitespace is added around hyphens
# whitespace is removed after exclamation marks.


This:

{quote}
{{{
word-word
word! word
}}}
{quote}

will render as this:

{quote}
{{{
word - word
word!word
}}}
{quote}

Example: http://sandbox.jspwiki.org/Wiki.jsp?page=PreformattedHyphensBug

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to