|
|
|
|
|
by pothibo
4086 days ago
|
|
WYSIWYGs have its own set of problems and this is why most popular websites have WYSIWYG editor but do have Markdown. Some issues: - Portability
- Error prone (want to close a bold style but can't unless you copy/paste text)
- Doesn't work well on mobile/tablet
- Clutter the HTML as the rendering of WYSIWYG needs a lot of wrapper
|
|