Open samhenrigold opened 2 years ago
That sounds interesting, I would like to investigate this further. Found some very nice notes here too, I'm adding some others below:
Don't use the word "from" or "to" if you're using a dash to show a range. If you're not using a dash, then you can use "from" and "to." Don't mix these conventions.
Another example:
I’ve been referencing this blog post a lot lately, thin spaces with an en-dash looks nice. https://clagnut.com/blog/2419
That's a great resource. How can I help implement this?
I was planning to add a line in punctuation.js to replace a hyphen between two numbers without a space with an en-dash (
14-31 days
→"14–31 days"
).It looks like for ranges with a space, we're expecting it to be replaced with an em-dash. I'm unsure if this is by design but the test HTML (and the Chicago style) calls for an en-dash. Should this be corrected or is there a different rule for ranges with spaces that I'm missing?
Thanks!