diff --git a/data/epub.css b/data/epub.css index 594a1e01e..34835ced4 100644 --- a/data/epub.css +++ b/data/epub.css @@ -12,7 +12,7 @@ h2.author { } h3.date { } ol.toc { padding: 0; margin-left: 1em; } ol.toc li { list-style-type: none; margin: 0; padding: 0; } -a.footnoteRef { vertical-align: super; } +a.footnote-ref { vertical-align: super; } em, em em em, em em em em em { font-style: italic;} em em, em em em em { font-style: normal; } diff --git a/data/templates/default.s5 b/data/templates/default.s5 index a94459bb1..23be415bc 100644 --- a/data/templates/default.s5 +++ b/data/templates/default.s5 @@ -64,7 +64,7 @@ $endfor$
Here is a movie icon.
Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3
+Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3
-Notes can go in quotes.4
+Notes can go in quotes.4
This paragraph should not be part of the note, as it is not indented.
Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.↩
Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.↩
Here’s the long note. This one contains multiple blocks.
Subsequent blocks are indented to show that they belong to the footnote (as with list items).
{ <code> }
-If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.↩
This is easier to type. Inline notes may contain links and ]
verbatim characters, as well as [bracketed text].↩
In quote.↩
In list.↩
If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.↩
+This is easier to type. Inline notes may contain links and ]
verbatim characters, as well as [bracketed text].↩
In quote.↩
In list.↩