asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 501 forks source link

Change style of footnote labels #2311

Closed mojavelinux closed 2 years ago

mojavelinux commented 2 years ago

As a follow-up to #2297, let's match the style for footnotes that is used by the HTML converter. That entails putting the square brackets around the footnote label inside the link, then use a simple ordinal list for the footnotes themselves.

Lorem ipsum dolor sit amet, consectetur adipiscing
elit.[1]

1. Text of footnote.

This roughly matches the style use on wikipedia.