toptensoftware / markdowndeep

Open-source implementation of Markdown for C# and Javascript
268 stars 120 forks source link

YouTube embedding doesn't work #2

Closed kamranayub closed 13 years ago

kamranayub commented 13 years ago

This:

<iframe title="YouTube video player" width="480" height="390" src="some url" frameborder="0" allowfullscreen></iframe>

Does not work; I have SafeMode = false. It allows the end tag but encodes the <iframe tag.

If I take off allowfullscreen it then works. I think for some reason it's not allowing the HTML even though SafeMode is off.

toptensoftware commented 13 years ago

Fixed