You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-23 01:07:40 +02:00
Replace hyphens (-
) with em-dashes (—
) (#1500)
The new Chromium class likes — like me! — to use dashes in the writing! However, I believe it should use an em-dash instead of the hyphen. Luckily this is easy: we have enabled “typographic quotes” in `mdbook`, which also handles the conversion of `---` to `—` in the generated HTML. So I normalized the single existing em-dash to a triple-dash to make it more consistent (and hopefully make it easier for translators to consistently enter these characters).
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Bringing it together - Exercise
|
||||
# Bringing it together --- Exercise
|
||||
|
||||
In this exercise, you're going to add a whole new Chromium feature, bringing
|
||||
together everything you already learned.
|
||||
|
Reference in New Issue
Block a user