
missing some itallics
Reported by Jason | September 4th, 2008 @ 02:21 PM | in 4.0.4
I would've expected these to work -- and they did on 3.x: (at very least the last two)
__Amanita__s are mushrooms.
Lungworts (__Lobaria__) are lichens.
Blah blah (normal text __itallic__) blah.
produces:
<p>__Amanita__s are mushrooms.<br />
Lungworts (__Lobaria__) are lichens.<br />
Blah blah (normal text __itallic__) blah.</p>
Comments and changes to this ticket
-
Jason Garber September 16th, 2008 @ 04:35 PM
Yes, that is troubling.
Expected output:
<p>__Amanita__s are mushrooms.<br /> Lungworts (<i>Lobaria</i>) are lichens.<br /> Blah blah (normal text <i>itallic</i>) blah.</p>
-
Jason Garber September 18th, 2008 @ 08:28 AM
- State changed from new to resolved
(from [b34b06f003571bcedec72d3975ddf9db669ec337]) Fix missed inline modifiers wrapped in parentheses.
It was just the closing parentheses missing from the PUNCT definition. Also undid some bad things done while trying to fix missed caps wrapped in parentheses. [#45 state:resolved] http://github.com/jgarber/redclo...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML
People watching this ticket
Referenced by
-
45 missing some itallics It was just the closing parentheses missing from the PUNC...