Removed unused disjunct in SourceContents. [jgm/peg-markdown]
See https://github.com/jgm/peg-markdown/commit/2a19a38
This commit is contained in:
parent
e5cc35f577
commit
3d0dcc5c4b
@ -610,7 +610,6 @@ Source = ( '<' < SourceContents > '>' | < SourceContents > )
|
|||||||
{ $$ = p.mkString(yytext) }
|
{ $$ = p.mkString(yytext) }
|
||||||
|
|
||||||
SourceContents = ( ( !'(' !')' !'>' Nonspacechar )+ | '(' SourceContents ')')*
|
SourceContents = ( ( !'(' !')' !'>' Nonspacechar )+ | '(' SourceContents ')')*
|
||||||
| ""
|
|
||||||
|
|
||||||
Title = ( TitleSingle | TitleDouble | < "" > )
|
Title = ( TitleSingle | TitleDouble | < "" > )
|
||||||
{ $$ = p.mkString(yytext) }
|
{ $$ = p.mkString(yytext) }
|
||||||
|
Loading…
Reference in New Issue
Block a user