Skip to content

Commit

Permalink
docs: add basePlugins and plugins in default
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 25, 2020
1 parent 9c11915 commit 4d5094f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/en/configuration.md
Expand Up @@ -163,6 +163,8 @@ export default {
fullTextSearchFields: ['title', 'description', 'slug', 'text'],
markdown: {
externalLinks: {},
basePlugins: ['remark-squeeze-paragraphs', 'remark-slug', 'remark-autolink-headings', 'remark-external-links', 'remark-footnotes'],
plugins: [],
prism: {
theme: 'prismjs/themes/prism.css'
}
Expand Down

0 comments on commit 4d5094f

Please sign in to comment.