Greg

Results 6 comments of Greg

this would be a great addition!

copy one of [these](https://github.com/charmbracelet/glamour/tree/master/styles), edit the header color, then specify the path to this new JSON file at runtime to WithStyle()

Hi! I've written an application and faced this same situation. It's solvable by recreating the renderer. Here's my [implementation](https://github.com/gregriff/ducky/blob/0df8a855ee867f054b85dc32e9fa6833069f6256/internal/chat/markdown.go#L20).

Hi, this is possible if you use multiple markdown renderers with different widths, for each element you'd like to render differently. You could then concatenate the output.

I've also seen plenty of these as Pyright warnings while developing. Sounds like you may be right about not typing kwargs. I see these type of warnings everywhere in the...

This `cursor.blinkCanceled` is also going through my switch statement, and is preventing my cursor from blinking at all. I'd also like to be able to access this message (v2 beta)...