I want to show the language name in which the code is written in the code block generated by the ghost.
For example:
Is it possible in ghost? or I can implement this by using prismJs
or highlight.js
I want to show the language name in which the code is written in the code block generated by the ghost.
For example:
Is it possible in ghost? or I can implement this by using prismJs
or highlight.js
Yes, using prismjs. You can load it using the theme or by code injection.