Add quotations marks around HTML attribute

So that mistune can parse it correctly. Fixes #106
This commit is contained in:
David Baumgold 2016-07-22 11:06:47 -04:00
parent b6bb8ca700
commit 39a2d9029b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ some basic configuration for you.
If you want a video walkthrough you can have a look at the screencast which
explains the quickstart project a bit:
<iframe width="100%" height=410 frameborder="0" allowfullscreen="allowfullscreen"
<iframe width="100%" height="410" frameborder="0" allowfullscreen="allowfullscreen"
src="https://www.youtube.com/embed/lTWTCwuPdrU?autoplay=0&fs=1">
</iframe>