Quote:
Originally Posted by kovidgoyal
Released 0.3.67 with support for definition lists and a fix for the handling of zip files.
|
Dude, you are one of the most responsive devs I've ever seen, and I've seen a lot of devs
As to the Python regular expression, One I've found that only matches paragraphs containing only an <a id...></a> seems to work on the baen books I've tried it on.
<p>\s*<a id.*?>\s*</a>\s*</p>