Skip to content

Commit

Permalink
Simplified SkipBlock.
Browse files Browse the repository at this point in the history
  • Loading branch information
John MacFarlane committed Dec 15, 2011
1 parent 9e05fec commit 85439dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_parser.leg
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ RawLine = ( < (!'\r' !'\n' .)* Newline > | < .+ > Eof )
SkipBlock = HtmlBlock
| ( !'#' !SetextBottom1 !SetextBottom2 !BlankLine RawLine )+ BlankLine*
| BlankLine+
| ( &('#' | SetextBottom1 | SetextBottom2) RawLine )
| RawLine

# Syntax extensions

Expand Down

0 comments on commit 85439dd

Please sign in to comment.