Last active
June 16, 2016 10:40
-
-
Save firedfox/87bd9b471e8fd3a3dcc028b309c90a8e to your computer and use it in GitHub Desktop.
styles and syntax highlighting for markdown converted by multimarkdown and etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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