Skip to content

Commit 9445abe

Browse files
committed
Adding changes from #313 to release notes.
1 parent 4db3e9a commit 9445abe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,16 @@ Version History
185185

186186
Current Version
187187

188+
* Added `fn_backlink_label` configuration variable to put some text in the
189+
`aria-label` attribute.
190+
(Thanks to Sunny Walker for the implementation.)
191+
192+
* Occurances of "`^^`" in `fn_backlink_html`, `fn_backlink_class`,
193+
`fn_backlink_title`, and `fn_backlink_label` will be replaced by the
194+
corresponding footnote number in the HTML output. Occurances of "`%%`" will be
195+
replaced by a number for the reference (footnotes can have multiple references).
196+
(Thanks to Sunny Walker for the implementation.)
197+
188198
* Added configuration variable `omit_footnotes`. When `true` footnotes are not
189199
appended at the end of the generated HTML and the `footnotes_assembled`
190200
variable will contain the HTML for the footnote list, allowing footnotes to be

0 commit comments

Comments
 (0)