From 7c3054481ecb04adf4e36fcf0595c8968634c3dd Mon Sep 17 00:00:00 2001 From: Romain Cazier Date: Fri, 24 Jan 2025 16:41:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce1c4e9..933efd0 100644 --- a/README.md +++ b/README.md @@ -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`