From 02af93b654808747e79a5a8e147e634e71033aaf Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 19 Jan 2019 22:57:53 -0600 Subject: [PATCH] Remove ../text/ from standard --- www/contribute/semantics.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/contribute/semantics.php b/www/contribute/semantics.php index 5bafcf23..b20c5218 100644 --- a/www/contribute/semantics.php +++ b/www/contribute/semantics.php @@ -287,7 +287,7 @@ font-weight: normal;

Endnotes must be numbers that are sequential throughout the entire text. Since many books just used “*” to denote a footnote, when converting to endnotes we have to assign those a number.

Linking to endnotes

In the body text, you refer to an endnote using this pattern:

- <p>This is some text followed by a reference to an endnote.<a href="../text/endnotes.xhtml#note-1" id="noteref-1" epub:type="noteref">1</a></p> + <p>This is some text followed by a reference to an endnote.<a href="endnotes.xhtml#note-1" id="noteref-1" epub:type="noteref">1</a></p>