-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
📉 Priority: Low
In some cases, code blocks need to support both diff highlighting and language syntax highlighting simultaneously, and this is a prism plugin feature.
However, in docusaurus, plugin feature is not available because prism-react-renderer
, which docusaurus uses for code rendering, doesn't support prism plugins.
Unfortunately, developers have to implement diff-highlight manually via swizzling, since prism-react-renderer
has no plans to support this.