minivan / middleman-spellcheck

Run a spell checking job through aspell every time you build with middleman.
MIT License
13 stars 10 forks source link

Words separated by <br> are joined with no separator causing spell check to break #28

Open akshayrawat opened 8 years ago

akshayrawat commented 8 years ago

For example Hello<br/>World would be converted to text HelloWorld causing the spell check to break. Maybe we could instead turn it into Hello \n World instead.