diff --git a/parser.leg b/parser.leg index ad30b32..85f2cf4 100644 --- a/parser.leg +++ b/parser.leg @@ -148,9 +148,9 @@ AtxHeading = s:AtxStart Sp? a:StartList ( AtxInline { a = cons($$, a) } )+ (Sp? SetextHeading = SetextHeading1 | SetextHeading2 -SetextBottom1 = "===" '='* Newline +SetextBottom1 = '='+ Newline -SetextBottom2 = "---" '-'* Newline +SetextBottom2 = '-'+ Newline SetextHeading1 = &(RawLine SetextBottom1) a:StartList ( !Endline Inline { a = cons($$, a) } )+ Sp? Newline diff --git a/portid b/portid index 88b2e78..86a0307 100644 --- a/portid +++ b/portid @@ -1 +1 @@ -191 +192