-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 1.0 Release Candidate 5
-
Component/s: None
-
None
If in a
block a quote (single or double) is followed by a closing parenthesis the rendered version displays a spurious semicolon inbetween the two. E.g.
foo("bar")
is rendered as:
<div class="preformatted"><div class="preformattedContent">
<pre>foo("bar")</pre>
</div></div>
which looks like:
foo("bar"![]()
As a workaround I was able to backslash escape the closing parenthesis.