Thank you for the great extension!
HTML is not encoded in the list of replacements that have been set up, making it difficult to see them properly.
e.g. replacing
<h2 class="bigquote">([^<]+)</h2>
with
<aside class="pullquote">$1</aside>
only shows
([^<]+) --> $1
Thank you for the great extension!
HTML is not encoded in the list of replacements that have been set up, making it difficult to see them properly.
e.g. replacing
<h2 class="bigquote">([^<]+)</h2>with
<aside class="pullquote">$1</aside>only shows
([^<]+) --> $1