strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

GitHub Theme

Open calvinjuarez opened this issue 9 years ago • 1 comments

It'd be rad to have a theme that looks like a README.md looks here on GitHub.com. Maybe with https://github.com/sindresorhus/github-markdown-css or something.

calvinjuarez avatar Jul 08 '16 22:07 calvinjuarez

I just made this work locally by downloading the github-markdown.css from https://github.com/sindresorhus/github-markdown-css, renamed it github.min.css and added it to the themes folder. Then you can use theme="github" on the xmp tag. For the CSS to work you need to add a markdown-body class to the html tag.

challe avatar Aug 09 '16 05:08 challe