bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 318 forks source link

Wrapping DIVs, SPANs etc. #206

Open frnco opened 10 years ago

frnco commented 10 years ago

Wouldn't it be better if there were no Wrappers...?

I mean, the only contributions I've seen from extra DIVs and SPANs are added complexity and bugs.

Wouldn't it be better to remove them entirely?

aeneasr commented 10 years ago

Absolutely!

aeneasr commented 10 years ago

The idea of markdown is to generate generalized markup, not specialized markup. I really don't see any sense in using divs and spans with inline styles in markup. This is seriously wrong