Add quotations marks around HTML attribute
So that mistune can parse it correctly. Fixes #106
This commit is contained in:
parent
b6bb8ca700
commit
39a2d9029b
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue