From 3e817124fe58bf4dbe23fbc93062eb5d34382148 Mon Sep 17 00:00:00 2001 From: Timm Albers Date: Mon, 3 Apr 2017 16:59:53 +0200 Subject: Add class to footnote back references The HTML writer now also adds the class footnoteBack to back references of footnotes. This allows for easier CSS styling. --- test/writer.html5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/writer.html5') diff --git a/test/writer.html5 b/test/writer.html5 index 068628a69..f44de80e2 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -537,14 +537,14 @@ Blah

    -
  1. Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.

  2. +
  3. Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.

  4. 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.

  5. -
  6. This is easier to type. Inline notes may contain links and ] verbatim characters, as well as [bracketed text].

  7. -
  8. In quote.

  9. -
  10. In list.

  11. +

    If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.

    +
  12. This is easier to type. Inline notes may contain links and ] verbatim characters, as well as [bracketed text].

  13. +
  14. In quote.

  15. +
  16. In list.

-- cgit v1.2.3