Skip to content

Commit

Permalink
Update markdown-features.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 25, 2020
1 parent 195ce71 commit bb0adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/markdown-features.mdx
Expand Up @@ -571,7 +571,7 @@ module.exports = {
If you want to add highlighting for languages not yet supported by Prism, you can swizzle `prism-include-languages`:

```bash npm2yarn
yarn swizzle @docusaurus/theme-classic prism-include-languages
npm run swizzle @docusaurus/theme-classic prism-include-languages
```

It will produce `prism-include-languages.js` in your `src/theme` folder. You can add highlighting support for custom languages by editing `prism-include-languages.js`:
Expand Down

0 comments on commit bb0adf2

Please sign in to comment.