View Single Post
Old 06-08-2012, 02:15 AM   #2
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
What version are you running? This works ok for me, but of course I'm using the new beta at the moment.

But you can also do this using Regex, for example change all blockquote (with or without classes) to a simple paragraph then this should work:

Code:
Find: (?sU)<blockquote(.*)>(.*)</blockquote>
Replace: <p>\1</p>
meme is offline   Reply With Quote