n18l

Results 9 comments of n18l

I did a little digging to satisfy my curiosity and found [the location of the underscore replacement logic](https://github.com/tailwindlabs/tailwindcss/blob/bdd9ae001dc7ea35923add95befce06ce066f0c3/src/util/dataTypes.js#L29-L36), just to ease the burden of anyone that may want to dig...

> Could you provide a screenshot or more details about how the internal error message shows up? Sorry, not sure what you're referring to. I haven't seen any error messages...

The ambiguity of double underscores is a good catch. The only other idea I had was choosing some other escape character than backslash, but _which_ character proved to be a...

I just wanted to follow up here and say that the `String.raw` workaround seems like a perfectly good solution (at least for my use case) given how much of an...

I use an AutoHotKey script to do this exact thing—touching the mouse to the upper left-hand corner of my screen triggers the Task View. It's immensely useful to me, and...

I just realized that [my previous response in this thread](#issuecomment-590002600) committed one of the internet's cardinal sins: Stating I had a solution without sharing it. So for you other hot-corner...

I ran into this exact problem yesterday (with the one exception that I do have to _call_ the function, not just import it) while working through the Remix tutorial and...

Thanks for that @CanRau! That got me where I needed to go and it seems to be working just fine now. I had a feeling from the fact that the...

I can't speak specifically to your unsupported markdown issues, but do the existing efforts to migrate over to MDX v2 (#137 and #152) otherwise cover the issue as titled?