
Definition lists should require the := modifier to be present
Reported by Paweł Gościcki | July 24th, 2008 @ 10:40 AM | in 4.0.1
As it standts now it is impossible to markup a conversation, like this one:
RedCloth.new("- John?\n- Yes?\n").to_html
which should produce p with br tag, not a definition list.
Comments and changes to this ticket
-
Jason Garber July 24th, 2008 @ 11:00 AM
- Milestone set to 4.0.1
- State changed from new to open
- Tag changed from newlines, parser to definition lists, newlines, parser
Exactly right. Good find.
-
Jason Garber July 24th, 2008 @ 03:42 PM
- State changed from open to resolved
(from [a68fb74c97ba51ddb9a3de56840ea15d52aafad9]) Fixed lines starting with dashes being recognized as a definition list when there were no definitions. [#21 state:resolved]
-
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
-
180 Colon not acepted in style attribute Looks like maybe adding a colon to the regular expression...