Add spellcheck=true to textarea element in demo, lock CI badges to master branch.

This commit is contained in:
David Anson 2015-06-16 18:20:27 -07:00
parent 483597c82a
commit d263a955f3
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
</form>
</div>
<div class="flex-fill flex-columns inset-side">
<textarea id="markdown" class="flex-fill outlined" autofocus="autofocus"></textarea>
<textarea id="markdown" class="flex-fill outlined" autofocus="autofocus" spellcheck="true"></textarea>
<div id="markup" class="flex-fill outlined overflow-auto-scroll"></div>
</div>
<div class="flex-fill flex-columns inset-side">