4.0.3 • Published 3 years ago

github-markdown-dracula-css v4.0.3

Weekly downloads
72
License
MIT
Repository
github
Last release
3 years ago

github-markdown-dark-css

Forked from mrdrivingduck/github-markdown-css.


About

Modified version based of the mrdrivingduck/github-markdown-css repository, to build a dracula dark theme for c3er/mdview.

Install

npm install --save github-markdown-dracula-css

Usage

<!doctype html>
<html>
  <head>
    <link rel="stylesheet" href="github-markdown-dracula.css">
  </head>
  <body>
    <article class="markdown-body"></article>
  </body>
</html>

Demo

github-markdown-dark-demo