You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the fastwrap feature of this plugin!
I would be very happy if fastwrap could be done in HTML (JSX).
Right now I am adding {<div>, <div>} but I would like to use it with other tags.
So I would like to use regular expressions to specify pairs.
Like this:
opts.internal_pairs= {
{ "<.*>", "<\/.*>"},
}
I tried to implement it myself, but couldn't figure out where to add it.
I hope implement it 🙏
The text was updated successfully, but these errors were encountered:
I really like the fastwrap feature of this plugin!
I would be very happy if fastwrap could be done in HTML (JSX).
Right now I am adding
{<div>, <div>}
but I would like to use it with other tags.So I would like to use regular expressions to specify pairs.
Like this:
I tried to implement it myself, but couldn't figure out where to add it.
I hope implement it 🙏
The text was updated successfully, but these errors were encountered: