Skip to content

Commit 5ae0826

Browse files
panglesdjonludlam
authored andcommitted
Fix new paragraph starting on |
Signed-off-by: Paul-Elliot <[email protected]>
1 parent c0b8bd4 commit 5ae0826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ let paragraph : input -> Ast.nestable_block_element with_location =
482482
fun acc ->
483483
match npeek 2 input with
484484
| { value = `Single_newline ws; location }
485-
:: { value = #token_that_always_begins_an_inline_element; _ }
485+
:: { value = #token_that_always_begins_an_inline_element | `Bar; _ }
486486
:: _ ->
487487
junk input;
488488
let acc = Loc.at location (`Space ws) :: acc in

0 commit comments

Comments
 (0)