Evan Jacobs

Results 415 comments of Evan Jacobs

Seems to not work in tw4 + nextjs: ``` ⨯ ./app/globals.css Error evaluating Node.js code Error: Can't resolve 'tailwind-scrollbar-hide' @them' in '[redacted]/app' [at finishWithoutResolve ([redacted]/node_modules/enhanced-resolve/lib/Resolver.js:564:18)] [at [redacted]/node_modules/enhanced-resolve/lib/Resolver.js:656:15] [at [redacted]/node_modules/enhanced-resolve/lib/Resolver.js:718:5] [at...

Just using @plugin like in the OP, maybe there is some nuance in package.json settings... standard tw4+postcss setup in nextjs I am using bun instead of node, maybe that has...

+1 to this, there are some other ticket comments that have said connecting the icon components would cause the Dev Mode view of when they're used to be updated, but...

Ok, so I went ahead and got the icons all connected ![Screenshot 2024-07-29 at 11 26 01 AM](https://github.com/user-attachments/assets/794f565c-a2b5-443c-a99c-bfcd14d6dc9d) However, this didn't change how the icon is being displayed in the...

Ok, I found that if the nested instance has any modifications then it doesn't resolve. I reset the nested instance and it now shows up: ![Screenshot 2024-07-29 at 2 33...

It's a planned feature in v8 which I intend to finish this winter

If there are any missing commonmark/gfm syntaxes I could look into adding those in the meantime though. I'm not aware of a syntax for underlining, but maybe just haven't come...

@ptitdam2001 in the meantime you can just use `content` or `content` for underlining. For your alert use case, you can use a fenced code block and [`renderRule`](https://github.com/quantizor/markdown-to-jsx?tab=readme-ov-file#optionsrenderrule) to customize behavior...

I'm pretty sure there is already code to handle indentation

Could you possibly provide some example content?