You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This textformatter was primarly created to ease the addition of footnotes within
17
17
To create a footnote reference, add a caret and an identifier inside brackets ([^1]). Then add the footnote in its own line using another caret and number inside brackets with a colon and text ([^1]: My footnote.). It will be put automatically inside the footnotes block at the end of the text.
18
18
19
19
### Notes
20
-
- the identifier has to be a number but it is permissive in that you can put in the wrong order, it will be numbered back sequentially
21
-
- there is no support for indentation, though since `<br>` tags are supported you should be fine
20
+
- the identifier has to be a number but it is permissive in that you can put in the wrong order and it will be numbered back sequentially
21
+
- there is no support for indentation, though since `<br>` tags are allowed you should be fine
22
22
- if a footnote has no corresponding reference, it will be ignored and left as is
23
23
24
24
## Options
@@ -30,7 +30,7 @@ In the module settings, you can change the icon (string) used as the backreferen
30
30
If you want to have a more granular control over the footnotes (e.g. per field), you can use this hook:
0 commit comments