1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-02 09:57:48 +01:00

- [fediverse] fixed RE to match a mention.

This commit is contained in:
cage 2024-11-05 20:35:34 +01:00
parent ce688f59b8
commit bb57160811

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))