diff --git a/docs/getting-started.md b/docs/getting-started.md index 43dbf5d9..90b6a2cb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -22,12 +22,14 @@ Once you have a [copy of Mithril](installation.md), getting started is surprisin Todo app + + ``` -Yes, this is valid HTML 5! According to the specs, the ``, `` and `` tags can be omitted, but their respective DOM elements will still be there implicitly when a browser renders that markup. +Yes, this is valid HTML 5! According to the specs, the `` and `` tags can be omitted, but their respective DOM elements will still be there implicitly when a browser renders that markup. --- @@ -426,6 +428,7 @@ Here's the application code in its entirety: ```markup + + ``` This example is also available as a [jsFiddle](http://jsfiddle.net/fbgypzbr/16/).