0.1.2 • Published 5 years ago

gatsby-line-numbers-dracula v0.1.2

Weekly downloads
317
License
ISC
Repository
github
Last release
5 years ago

Dark line numbers theme for gatsby-remark-prismjs.

Installation

npm install gatsby-line-numbers-dracula
// `gatsby-browser.js`
import 'gatsby-line-numbers-dracula';

Options

To show line numbers add {showLineNumbers: true} in the code block, like this or set them globally by adding showLineNumbers: true in gatsby-remark-prismjs options.

Related projects


PRs are welcome :octocat: