Alex Marchant

Results 2 comments of Alex Marchant

This would fix the self-closing div/iframe issues if I'm not mistaken?

``` ruby inline-html = ' ' => "\n" Maruku.new(inline-html).to_html => "" ``` I believe self closing div's and several other elements are valid XHTML but not HTML and this causes...