Evan Jacobs
Evan Jacobs
You could use the overrides feature and look for relevant syntax in the code element.
@will-stone it's definitely on my radar
As stated in the readme, HTML handling is really challenging and we do best-effort handling of it. Ultimately, including a real HTML parser would bloat the library beyond a useful...
Would have to see how you're using it. I took a peek at the intl-react library and didn't see anything crazy going on.
Will review this weekend :)
Hi, I saw that @shilman closed my bug ticket in #22148, is a fix being planned?
I could take a crack at it with a bit of guidance
I think the goal is probably something more like this: ```jsx ``` With any amount of characters after the dollar sign, etc.
We don't get requests for this much, so going to leave it open and see if it reaches critical mass before proceeding. Not a complicated feature obviously but we try...
You can do this easily via `styled(p => )` fyi