Skip to content

Instantly share code, notes, and snippets.

@davidmatas
Last active March 1, 2023 16:42
Show Gist options
  • Save davidmatas/4286673 to your computer and use it in GitHub Desktop.
Save davidmatas/4286673 to your computer and use it in GitHub Desktop.
highlight syntax for Mou.app
<!-- Highlight syntax for Mou.app, insert at the bottom of the markdown document -->
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
<link rel="stylesheet" href="http://yandex.st/highlightjs/7.3/styles/github.min.css">
<script>
hljs.initHighlightingOnLoad();
</script>
@thiagodebastos
Copy link

Thanks for this!

@darraghenright
Copy link

Perfect. Cheers!

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