darius-0x4d / darius-personal-site

Welcome to my personal website!
https://dariusmcfarland.com
Other
1 stars 0 forks source link

Add Syntax Highlighting to Codeblocks #22

Closed darius-0x4d closed 5 months ago

darius-0x4d commented 6 months ago

Currently, the codeblocks generated by react-syntax-highlighter have no syntax highlighting. This is due to the package applying the language specific styles using the style property, while tailwind applies styles using className. This conflict currently leaves us in an either or styling situation.

Goals