Package Exports
- gatsby-prismjs-dracula
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-prismjs-dracula) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dracula Theme for Gatsby
All in one dark theme for gatsby-remark-prismjs
plugin with syntax and line highlighting, line numbers, file title and copy button.
Installation
npm install gatsby-prismjs-dracula
// gatsby-browser.js
import 'gatsby-prismjs-dracula';
FAQ
To show line numbers add
{showLineNumbers: true}
in the code block, like this or set them globally by addingshowLineNumbers: true
ingatsby-remark-prismjs
options.To add line highlights check out this article
To add button text, tooltip text or to change icon refer to
gatsby-remark-code-buttons
options section.
PRs are welcome :octocat: