mirror of https://codeberg.org/cage/tinmop/
- fixed missing/wrong production rules symbols for gemtext parsing.
This commit is contained in:
parent
dcfbce1bae
commit
32cfb4f055
|
@ -185,7 +185,7 @@
|
|||
gemini-link-url
|
||||
(? (and gemini-space
|
||||
(? gemini-link-name)))
|
||||
cr-lf)
|
||||
gemini-cr-lf)
|
||||
(:function (lambda (a)
|
||||
(list (first a)
|
||||
(list (list :href (second a)))
|
||||
|
|
Loading…
Reference in New Issue