I was just playing with the medium editor I found something special. while writing if you try to hit space more than once it does not work means the editor does not accept more than one space. How cool it is.
it will be cool if we implement this in textareas or contenteditable to restrict the user from entering lots of spaces.
if somebody knows how to do it please share it with me.
Update
<h2 contenteditable="true">Write here</h2>
how do i restrict user from hiting more than one space.

I tried it with a textarea. You won't be able to type in more than one space when typing in characters into this textarea. Is this what you were looking for?: