Working syntax highlighting
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
`gatsby-transformer-sharp`,
|
||||
`gatsby-plugin-sharp`,
|
||||
{
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
options: {
|
||||
plugins: [
|
||||
{
|
||||
@@ -31,6 +31,23 @@ module.exports = {
|
||||
maxWidth: 800,
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-remark-prismjs`,
|
||||
options: {
|
||||
classPrefix: "highlight-",
|
||||
inlineCodeMarker: null,
|
||||
aliases: {},
|
||||
showLineNumbers: false,
|
||||
noInlineHighlight: false,
|
||||
languageExtensions: [],
|
||||
prompt: {
|
||||
user: "root",
|
||||
host: "localhost",
|
||||
global: false,
|
||||
},
|
||||
escapeEntities: {},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user