react-code-blocks
react-code-blocks copied to clipboard
xml language not working
in demo code: https://codesandbox.io/s/react-code-blocks-xgjrr?fontsize=14&file=/src/index.js i just changed line 44 language to 'xml' and it faces error : language xml is not supported. do i need to change anything else?
Hey @aronmi, you can use markup
for rendering xml
for now.
We'll need to add an alias for xml
on a future release for it to work on it's own.
same problem