1
0
Fork 0

- [fediverse] fixed RE to match a mention.

This commit is contained in:
cage 2024-11-09 14:21:58 +01:00
parent 4604451dcd
commit e1fae66272
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
(defun footnote-reference-re (&key (enforce-end-string t))
(format nil
"(~a[~a]+)?~@[$~]"
"(~a[~a]+)~@[$~]"
#\ZERO_WIDTH_SPACE
+digits-superscripts+
enforce-end-string))