Hello!
I was wondering if it was possible for syntax highlighting of inline code blocks, e.g. some form of syntax along the lines of const foo = bar{:js} which would highlight the block in the user's selected theme. As of now, this is supported in:
Could this be possible within expressive-code with some form of custom Shiki transformer or any other means? Thank you for your time.
Hello!
I was wondering if it was possible for syntax highlighting of inline code blocks, e.g. some form of syntax along the lines of
const foo = bar{:js}which would highlight the block in the user's selected theme. As of now, this is supported in:@shikijs/rehype, but attempting to import this overrides expressive-code's<pre>-based code blocksrehype-pretty-codewhich ships it out-of-the-boxCould this be possible within expressive-code with some form of custom Shiki transformer or any other means? Thank you for your time.