Skip to content

Instantly share code, notes, and snippets.

@motine
Last active August 29, 2015 14:10
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 motine/fe3ee35062fdc2d98e84 to your computer and use it in GitHub Desktop.
Save motine/fe3ee35062fdc2d98e84 to your computer and use it in GitHub Desktop.
Syntax Highlight for Mou
<!-- add at the end of the document, more info see https://highlightjs.org/ -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/monokai_sublime.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
@motine
Copy link
Author

motine commented Feb 2, 2015

Just use MacDown...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment