github-markdown-dracula-css
v4.0.3
Published
The minimal amount of CSS to replicate the GitHub Markdown style
Downloads
20
Maintainers
Readme
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>