Skip to content

Commit

Permalink
Revert e7ca007 to see if hard-line-breaks.test catches original issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Sep 8, 2023
1 parent bb7d7a3 commit b8538d3
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("Plain") )
+ V("Paragraph")
* ( 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("Plain") )
+ V("Paragraph")
* ( V("Blank")^0 * parsers.eof
+ V("Blank")^0 / writer.paragraphsep
)
Expand Down

0 comments on commit b8538d3

Please sign in to comment.