fix highlighting

This commit is contained in:
Leo Horie 2017-01-10 18:58:55 -05:00
parent ef8b7c680c
commit 82b69ae60a

View file

@ -27,7 +27,7 @@ The easiest way to try out Mithril is to include it from a CDN, and follow this
Let's create an HTML file to follow along:
```html
```markup
<body></body>
<script src="http://cdn.rawgit.com/lhorie/mithril.js/rewrite/mithril.js"></script>
<script>
@ -126,7 +126,7 @@ m.mount(root, Hello)
As you would expect, doing so creates this markup:
```html
```markup
<main>
<h1 class="title">My first app</h1>
<button>A button</button>