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