I'm currently using the syntax highlighter plugin to present code on my Wordpress site but looking to explore other options.
For further actions, you may consider blocking this person and/or reporting abuse
I'm currently using the syntax highlighter plugin to present code on my Wordpress site but looking to explore other options.
For further actions, you may consider blocking this person and/or reporting abuse
Hana Sato -
Saurabh Kurve -
Antonio | CEO at Litlyx.com -
Vladislav Guzey -
Top comments (4)
I use the awesome hugo static site generator, which comes with syntax highlighting out of the box. You author in markdown, and code snippets go in back-ticks (exactly like here on dev.to!).
You can configure the colors/fonts of the highlighting with custom stylesheets.
Here it is in action right on the homepage with multiple different highlighting blocks: pypyr.io
I don't know if Prism is a possible solution for WordPress, but take a look at prismjs.com/
I'm also using prism.js on my blog via gatsby plugins, but I found a friend using this plugin : wordpress.org/plugins/code-syntax-...
Did you try this one ?
I haven't tried that one. I'll try it and see if I prefer it. Thanks!