parser.leg: fix Definition title
This commit is contained in:
parent
0248d52f7e
commit
42e21972e8
@ -811,7 +811,7 @@ DefinitionList = &{ p.extension.Dlists }
|
||||
( Definition { a = cons($$, a) } )+
|
||||
{ $$ = mk_list(DEFINITIONLIST, a) }
|
||||
|
||||
Definition = &( (!Defmark RawLine)+ BlankLine? Defmark)
|
||||
Definition = &( (NonindentSpace !Defmark Nonspacechar RawLine) BlankLine? Defmark)
|
||||
a:StartList
|
||||
( DListTitle { a = cons($$, a) } )+
|
||||
( DefTight | DefLoose ) {
|
||||
|
Loading…
Reference in New Issue
Block a user