Closed leobarcellos closed 4 months ago
Fixed regex for link wrapping. It was not working as expected with the string example below:
I've added the \s* part to get spaces and newline to work.
\s*
Appreciate the contribution, great addition for folks writing their own HTML where properties in an element might be split across multiple lines!
Fixed regex for link wrapping. It was not working as expected with the string example below:
I've added the
\s*
part to get spaces and newline to work.