
Inline <notextile> being recognized as block <notextile>
Reported by Steve Purcell | November 3rd, 2008 @ 04:52 PM
Hi Jason -- I found another little rendering quirk for you!
---
name: as html attribute in notextile followed by comma
in: |-
<notextile><a href="http://a.com">Sir Bobby Robson</a></notextile>, is a famous footballer
html: |-
<a href="http://a.com">Sir Bobby Robson</a>, is a famous footballer
Redcloth spuriously wraps the portion after the link in a p tag.
Comments and changes to this ticket
-
Jason Garber February 11th, 2009 @ 03:20 PM
- Tag changed from html, links, parser to html, notextile
- State changed from new to open
- Title changed from Rendering error for links in <notextile> followed by comma to Inline <notextile> being recognized as block <notextile>
-
Jason Garber February 11th, 2009 @ 03:32 PM
- State changed from open to resolved
(from [66f04a1170ed30d014ff23f66d236193f897345b]) Fix inline being recognized as block . [#81 state:resolved]
This also changes the behavior of unclosed notextile tags. They are no longer recognized 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
Attachments
Referenced by
-
81 Inline <notextile> being recognized as block <notextile> (from [66f04a1170ed30d014ff23f66d236193f897345b]) Fix inl...
-
119 <notextile> blocks included in following paragrap It looks like it's including the following paragraph inst...