mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add spellcheck=true to textarea element in demo, lock CI badges to master branch.
This commit is contained in:
parent
483597c82a
commit
d263a955f3
2 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue