From 4bda32304aeac74b9fce4f0ce5235d6bdc502385 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 20 Feb 2016 09:35:18 -0800 Subject: [PATCH] fix cross-reference (closes #2) --- paragraph-and-section-marks.html.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paragraph-and-section-marks.html.pm b/paragraph-and-section-marks.html.pm index 07d116e..ce69828 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.html"]{nonbreaking space} 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.