Hello!
I was wondering if it were possible to add an option similar to bypassInlineCode, which skips inline code highlighting, but instead with <pre>-based code. This is for the (somewhat niche) use case when a user wishes to only utilize the inline syntax highlighting feature of rehype-pretty-code, but doesn't want their preferred <pre> code block parser to be overwritten by rehype-pretty-code.
Hello!
I was wondering if it were possible to add an option similar to
bypassInlineCode, which skips inline code highlighting, but instead with<pre>-based code. This is for the (somewhat niche) use case when a user wishes to only utilize the inline syntax highlighting feature of rehype-pretty-code, but doesn't want their preferred<pre>code block parser to be overwritten by rehype-pretty-code.