twilson63 / html2haml

Convert HTML Snippets to Haml
http://html2haml.heroku.com
MIT License
180 stars 82 forks source link

If there's a dot right after html tag, parser won't work #32

Open anna51100 opened 8 years ago

anna51100 commented 8 years ago

E.g. <p>Recently parser can't do <strong>dot after html tag</strong>. The dot after strong tag is the trouble maker. What has been changed?</p>

The sentence after the dot won't be parsed.