Skip to content

Instantly share code, notes, and snippets.

@firedfox
Last active June 16, 2016 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firedfox/87bd9b471e8fd3a3dcc028b309c90a8e to your computer and use it in GitHub Desktop.
Save firedfox/87bd9b471e8fd3a3dcc028b309c90a8e to your computer and use it in GitHub Desktop.
styles and syntax highlighting for markdown converted by multimarkdown and etc.
<link rel="stylesheet" href="https://assets-cdn.github.com/assets/frameworks-5fa9151252f4560e323d564c56b7bbcdd2cb3c9c1b91b2ba2a4f32442817566f.css">
<style> body { padding: 0 30px; } </style>
<div class="markdown-body">
## Markdown Here
</div>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/default.min.css">
<script src="https://cdn.jsdelivr.net/highlight.js/latest/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment