mbutterick / pollen-tfl

Commented Pollen sample project [mirror of https://git.matthewbutterick.com/mbutterick/pollen-tfl]
https://git.matthewbutterick.com/mbutterick/pollen-tfl
66 stars 8 forks source link

found broken reference in paragraph-and-section-marks.html.pm #2

Closed shen390s closed 8 years ago

shen390s commented 8 years ago

correct with following changes diff --git a/paragraph-and-section-marks.html.pm b/paragraph-and-section-marks.html.pm index 07d116e..2f58a97 100644 --- a/paragraph-and-section-marks.html.pm +++ b/paragraph-and-section-marks.html.pm @@ -8,7 +8,7 @@ The ◊em{paragraph mark} ◊glyph{¶} is used when citing documents with sequen

The ◊em{section mark} ◊glyph{§} is used when citing documents with numbered or lettered sections (e.g., statutes).

-A paragraph mark or section mark should always be followed by a nonbreaking space. The ◊xref{nonbreaking space} acts like glue that keeps the mark joined with the numeric reference that follows. +A paragraph mark or section mark should always be followed by a nonbreaking space. The ◊xref{nonbreaking spaces} acts like glue that keeps the mark joined with the numeric reference that follows.

Without the nonbreaking space, the mark and the reference can end up on separate lines or pages. This can confuse readers.

mbutterick commented 8 years ago

Thanks.