mirror of https://codeberg.org/cage/tinmop/
- collected gemini links too.
This commit is contained in:
parent
88f285e87e
commit
fc43ffb423
|
@ -652,7 +652,7 @@ printed in the box column by column; in the example above the results are:
|
|||
(list columns)))))
|
||||
(fit)))
|
||||
|
||||
(defun collect-links (text &optional (schemes '("http" "https" "ftp")))
|
||||
(defun collect-links (text &optional (schemes '("http" "https" "ftp" "gemini")))
|
||||
"Collect all hyperlinks in a text marked from a list of valid `schemes'"
|
||||
(flet ((build-re-scheme ()
|
||||
(let ((res ""))
|
||||
|
|
Loading…
Reference in New Issue