gatsby-line-numbers-dracula

Dracula line numbers theme for Gatsby


Keywords
gatsby, gatsby-plugin, gatsby-remark-prismjs, prism, prism-line-numbers, prism-line-highlight, theme, dark-theme, dracula, dracula-theme, gatsby-line-hightlights-dracula, gatsby-syntax-highlights-dracula, gatsby-code-buttons-dracula, gatsby-code-titles-dracula, styles, sass, scss, css, gatsbyjs, syntax-highlighting
License
ISC
Install
npm install gatsby-line-numbers-dracula@0.1.2

Documentation

Gatsby

Dracula Line Numbers Theme for Gatsby

Gatsby

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: