strapdown
strapdown copied to clipboard
GitHub Theme
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.
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.