Hippo

Results 96 comments of Hippo

Thank you for your replies and icon set links, much appreciated! I'm always trying to keep the amount of meta information users need to add to their code blocks to...

Woo! Amazing! Happy to link to your plugins in the community plugins section as soon as you've published them! 🥳

Hello! I'm currently working on a slightly different feature that allows defining annotations inside the code. You can find the package and syntax here: https://github.com/expressive-code/annotation-comments/blob/main/packages/annotation-comments/README.md This will be used by...

This is seriously impressive work! Thank you for diving so deep into this, finding clever solutions, documenting your decisions, adding tests - just wow. I would have never expected this...

Hello! Of course, happy to have a look later. In the meantime, could you elaborate on which languages you attempted to override without success? I'm asking because there are test...

Thank you for the reproduction, that was very helpful! This should be now fixed in version 0.38.0, which I just released to NPM. I have rewritten the language loading logic...

Hello and welcome! :) I really like the idea of being able to provide a maximum height for code blocks, especially for sites that have very long code examples. It's...

Ah, thank you for investigating! This is probably caused by the `all: unset` declaration that I had to add to the frames plugin to prevent default `pre` styles coming with...

Hello Michael and welcome! Yes, being able to use Shiki transformers would be really great. Unfortunately they are basically a slightly different implementation of my plugin concept and were added...

I just had a look at your code to see if it would be easy to provide the required tokens to plugins like yours. I noticed that you're using `includeExplanation:...