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
The library still convetes symbols like < or <3 to their representations ('less', 'love'). Options dict isn't completely ignored, because lower option is fine. The problem is with symbols option - it's not taken into consideration by the current implementation.
Environment:
React/Webpack project executed in Chrome browser
The text was updated successfully, but these errors were encountered:
Hi,
I tried with custom options object and the usage looks like this:
The library still convetes symbols like
<
or<3
to their representations ('less', 'love'). Options dict isn't completely ignored, becauselower
option is fine. The problem is withsymbols
option - it's not taken into consideration by the current implementation.Environment:
React/Webpack project executed in Chrome browser
The text was updated successfully, but these errors were encountered: