Skip to content
Snippets Groups Projects
Commit 2fd48425 authored by marihachi's avatar marihachi
Browse files

Disable syntaxes temporary

parent 25f3c299
No related branches found
No related tags found
No related merge requests found
......@@ -92,9 +92,9 @@ full
/ mention
/ hashtag
/ url
/ fnVer2
/// fnVer2
/ link
/ fnVer1
/// fnVer1
/ search // block
/ inlineText
......@@ -111,9 +111,9 @@ inline
/ mention
/ hashtag
/ url
/ fnVer2
/// fnVer2
/ link
/ fnVer1
/// fnVer1
/ inlineText
//
......@@ -384,10 +384,12 @@ link
return LINK((silent != null), url, mergeText(label));
}
// linkLabelPart
// = url { return text(); /* text node */ }
// / link { return text(); /* text node */ }
// / !"]" n:inline { return n; }
linkLabelPart
= url { return text(); /* text node */ }
/ link { return text(); /* text node */ }
/ !"]" n:inline { return n; }
= !"]" . { return text(); }
linkUrl
= url { return text(); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment