Skip to content

Instantly share code, notes, and snippets.

@moshfeu
Created March 30, 2020 07:39
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 moshfeu/9389214552feb9eef823fa1b62e63773 to your computer and use it in GitHub Desktop.
Save moshfeu/9389214552feb9eef823fa1b62e63773 to your computer and use it in GitHub Desktop.
jekyll highlight code
{% highlight html linenos %}
<button>do alert</button>
<script>
document.querySelector('button').addEventListener('click', () => {
alert('clicked');
})
</script>
{% endhighlight %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment