rehype-highlight
rehype-highlight copied to clipboard
Change default to not highlight automatically
Initial checklist
- [X] I read the support docs
- [X] I read the contributing guide
- [X] I agree to follow the code of conduct
- [X] I searched issues and couldn’t find anything (or linked relevant results below)
Problem
GH, and most places, don’t highlight code automatically. They instead need a special language flag. This project does attempt to highlight automatically.
Solution
- change the default to stop automatically highlighting
- Add a new option to turn it back on (changing the overloaded meaning of
subset)
Alternatives
n/a