storybook-addon-html
storybook-addon-html copied to clipboard
Request: config parameters for react-syntax-highlighter (if possible)
Hi 👋🏼
I wonder if we could have some argument properties under the highlighter config to customize react-syntax-highlighter. Something that allows us to choose which style to apply from hightlight.js, eg:
highlighter: {
wrapLines: true,
style: 'atomOneDark'
},
Thank you.
Sounds like a good idea. Would you be able to make a PR for that?