You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ending a line with -- will turn it into an em dash (—) and pull the following line upwards so there’s no space between the surrounding words and the dash.
I don't care strongly either way, but I'm pretty sure that if it should be fixed, it should be fixed globally, and not on a ad hoc basis. Hence reporting it here, as well as against bikeshed.
The text was updated successfully, but these errors were encountered:
I'm happy to do whichever pattern we decide on. They're both equal effort in the Bikeshed code, honestly.
(Tho note - in the "put spaces around them" camp, there's also the possibility that they're non-breaking spaces, which I think is somewhat the point of the "no spaces" behavior. That's also equally easy.)
Non-breaking spaces could be used, though I would only put one before an em-dash, so it stays on the same line as the preceding word; there's no need for one after.
The result would be more like this —
which I think flows and looks better
— than like this.
Hopefully that's only a little more work to achieve.
https://speced.github.io/bikeshed/#typography tells us:
in w3c/process#851 (comment), @TallTed said:
I don't care strongly either way, but I'm pretty sure that if it should be fixed, it should be fixed globally, and not on a ad hoc basis. Hence reporting it here, as well as against bikeshed.
The text was updated successfully, but these errors were encountered: