Fix syntax highlighting
This commit is contained in:
parent
351861d4c0
commit
62c1ee08d8
|
@ -4,5 +4,6 @@ module.exports = {
|
|||
defaultExtractor: content => content.match(/[\w-/:]+(?<!:)/g) || [],
|
||||
paths: () => glob.sync([
|
||||
'source/**/*.{md,twig}'
|
||||
])
|
||||
]),
|
||||
whitelistPatterns: [/hljs/, /language/]
|
||||
}
|
||||
|
|
Reference in a new issue