View Single Post
Old 03-24-2014, 12:49 PM   #9
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
I used calibre.
Don't know what nested tags are, but I'll give an example:

<p class="calibre3"> text here <i class="calibre2"> text here </i> text here </p>

Toxaris' regex did something like this to various paragraphs:
<p></em>some text that didn't need em <em>text that needed the em</em>regular text <em> </p>

Didn't make sense to me. Maybe my first <i class="calibre2">(\w+)</i> had something to do with it.
JLius is offline   Reply With Quote