Closed ovlb closed 1 year ago
The old reg ex is only capturing <p> elements if those elements have no attribute set (eg class or id). This PR expands the reg ex to allow any attributes to be present.
<p>
class
id
Demo on regexr: https://regexr.com/6v8ih
friendly ping :)
Thank you so much for the PR and the friendly ping! This definitely fell of my brain TODOs list. Changes look great
Shipped in v0.3.3
The old reg ex is only capturing
<p>
elements if those elements have no attribute set (egclass
orid
). This PR expands the reg ex to allow any attributes to be present.Demo on regexr: https://regexr.com/6v8ih