bhollis / maruku

A pure-Ruby Markdown-superset interpreter (Official Repo).
MIT License
500 stars 80 forks source link

spec test for embedding and html iframe #39

Closed stepheneb closed 12 years ago

stepheneb commented 13 years ago

iframe elements need a closing tag -- but Maruku creates a self-closing element if an iframe is embedded with no content -- just attribute values

right now this is a failing test.

In https://github.com/nex3/maruku/issues/24 Jacques Distler reports that he has a fix for this in his nokogiri branch.