mirror of https://codeberg.org/cage/tinmop/
- [fediverse] fixed RE to match a mention.
This commit is contained in:
parent
4604451dcd
commit
e1fae66272
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue