Compare commits

..

2 Commits

Author SHA1 Message Date
TEC d76b38252b
Add url markup construct 2022-10-16 16:03:42 +08:00
TEC be707641f0
Support markup :body patterns 2022-10-16 16:03:38 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ This must not include any capturing groups."
(length (plist-get pattern :start)))))
patterns)))
(body-rx
(or (plist-get pat :body)
(or (plist-get pattern :body)
(rx-to-string
`(seq (not (any space ,@confounding-start-characters))
(optional