Skip to content

Commit

Permalink
Revert "Revert e7ca007 to see if hard-line-breaks.test catches orig…
Browse files Browse the repository at this point in the history
…inal issue"

This reverts commit 4c1eb4e.
  • Loading branch information
Witiko committed Sep 8, 2023
1 parent 32c3326 commit 9399818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -27904,7 +27904,7 @@ end
+ V("Blank")^0 / writer.interblocksep
)
)
+ V("Paragraph")
+ ( V("Paragraph") + V("Plain") )
* ( V("Blank")^0 * parsers.eof
+ ( V("Blank")^2 / writer.paragraphsep
+ V("Blank")^0 / writer.interblocksep
Expand All @@ -27916,7 +27916,7 @@ end
+ V("Blank")^0 / writer.interblocksep
)
)
+ V("Paragraph")
+ ( V("Paragraph") + V("Plain") )
* ( V("Blank")^0 * parsers.eof
+ V("Blank")^0 / writer.paragraphsep
)
Expand Down

0 comments on commit 9399818

Please sign in to comment.