@@ -54,9 +54,9 @@ If you want to write an ellipsis character, you have a few options:
5454## Quotes
5555
5656The quotes you find on your keyboard are ambidextrous, or _ dumb_ quotes. They
57- are big, awful, clumsy straight lines that look like wedges jammed into your
57+ are big, awful, clumsy, straight lines that look like wedges jammed into your
5858text. They exist purely because of space constraints on modern keyboards: there
59- isn’t enough room to have left and right single- and double-quote marks, so
59+ just isn’t enough room to have left and right single- and double-quote marks, so
6060instead we have quote marks that can do both.
6161
6262<p class =" _tfd-demo " >'Single' and "double" dumb quotes. Ugly.</p >
@@ -125,22 +125,25 @@ name (e.g. _Robert Bayden-Powell_), or words split over two lines in justified
125125text, you should use a hyphen. Pretty much everything else has a more specific
126126type of dash that should be used.
127127
128+ <p class =" _tfd-demo " >Front-end Developer</p >
129+
128130| Mac | Win | HTML | Output |
129131| ----------- | -------- | --------- | ------ |
130132| - | - | ` - ` | - |
131133
132134### Minuses
133135
134136If you really want to show off, there’s technically a different character for
135- minuses. A hyphen is a very close approximation, but is actually set a little
136- lower and shorter than a true hyphen.
137+ minuses. A hyphen is a very close approximation, but is set a little lower and
138+ shorter than a true hyphen.
137139
138140<p class =" _tfd-demo " >Your balance is £-1902.</p >
139141
140142<p class =" _tfd-demo " >Your balance is £−1902.</p >
141143
142144Use this in any math you need to write, or for displaying negative values.
143- Unfortunately it’s a little harder to write out on a Mac.
145+ Unfortunately it’s a little harder (read, potentially impossible) to write out
146+ on a Mac.
144147
145148| Mac | Win | HTML | Output |
146149| ----------- | -------- | --------- | ------ |
0 commit comments