zsiciarz / django-markitup

Markup handling (using Jay Salvat's MarkItUp! flexible universal markup editor) for Django
https://github.com/zsiciarz/django-markitup
BSD 3-Clause "New" or "Revised" License
47 stars 31 forks source link

Textile set blockquote definition is mangled #17

Open adam-iris opened 8 years ago

adam-iris commented 8 years ago

The blockquote definition for Textile says

openWith:'bq(!(([![Class]!])!)). '

The parentheses here are mismatched -- the string starts with (!(( so it should end with ))!) but instead it ends with )!)).