Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romaincazier authored Jan 24, 2025
1 parent 1ad35f1 commit 7c30544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ $wire->addHookAfter("TextformatterFootnotes::addFootnotes", function(HookEvent $

echo $modules->get("TextformatterFootnotes")->generateFootnotesMarkup(setting("footnotes"));
```

Note: if you are using this method to output your footnotes and want to dynamically change the markup/icon, please use the `TextformatterFootnotes::generateFootnotesMarkup` hook instead of `TextformatterFootnotes::addFootnotes`

0 comments on commit 7c30544

Please sign in to comment.