Closed simonhamp closed 3 months ago
@brendt awesome package 💯
I'm using Highlight inside CommonMark and I have a use-case where I only want the parser to run on code blocks (i.e. using triple-backticks: ```), but not on inline code (e.g. `code here`)
```
`code here`
I figured it out.
I just created my own version of HighlightExtension which doesn't add the InlineCodeBlockRenderer
HighlightExtension
InlineCodeBlockRenderer
👍🏼
very nice
@brendt awesome package 💯
I'm using Highlight inside CommonMark and I have a use-case where I only want the parser to run on code blocks (i.e. using triple-backticks:
```
), but not on inline code (e.g.`code here`
)