Fixes T13268. Currently, when we quote text, we add > (with a space) but don't try to strip it when un-quoting text.
Instead, try to strip it.
We can still end up with some occasional weird cases (users manually typing ">") that we may have to refine eventually, but this should make the common case ("Quote" button in the UI) work more consistently.