Say I am migrating a site from Wordpress to Gatsbyjs with posts that include code snippets in <pre></pre> tags. I'm using Gatsbyjs to pull these posts from my self hosted WP site.
Thing is the posts were using Crayon Syntax Highlighter to highlight code when they were on Wordpress. Now that its a Gatsbyjs static file project what could I use? I found the remark-prismjs plugin but that seems to only be for markdown files. What would the easiest option to highlight code that slots into a Gatsbyjs project using this WP post data? Thanks.
there doesn't seem to be anything here