This commit is contained in:
marihachi 2021-06-26 23:07:03 +09:00
parent 1a741a6124
commit 2eed3ecae5

View file

@ -407,6 +407,7 @@ linkLabel
linkLabelPart
= url { return text(); /* text node */ }
/ link { return text(); /* text node */ }
/ mention { return text(); /* text node */ }
/ !"]" n:inline { return n; }
linkUrl