You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prism.js doesn't work "out of the box" for Ghost posts currently. There is a workaround to use Prism.js, which is used in the Ghost Docs repository here:
Problem description
Prism.js doesn't work "out of the box" for Ghost posts currently. There is a workaround to use Prism.js, which is used in the Ghost Docs repository here:
This solution only supports basic languages, which
handlebars,yaml, andjsonfor example are not being considered as.Proposal
Similar to the
gatsby-remark-prismjsplugin, we can create a plugin for Ghost that does the same for Ghost posts.Maybe there are other solutions for this. This needs to be investigated further.
Todos