Hacker News new | ask | show | jobs
by enriquto 1625 days ago
Notice that you only need to open the p tag, no need to close it. In HTML5, many tags are implicitly closed. This is very useful for lists and tables (no need to close i, tr, td). I actually prefer to write modern html directly by hand than to go trough the markdown filter du jour.

But why don't you activate a spell checker for your text editor?