rehype-footnotes-title
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "rehype-footnotes-title", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/rehype-footnotes-title", |
@@ -21,2 +21,2 @@ This plugin adds a `title` attribute to the footnote links, mainly for accessibility purpose. | ||
* `.use(footnotesTitles, 'Going back to footnote with id $id')` | ||
* If `$id` is found in the string, it gets replaced with the footnote id. | ||
* If `$id` is found in the string, it gets replaced with the footnote identifier. |
4573