We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|
1 parent c0b8bd4 commit 5ae0826Copy full SHA for 5ae0826
src/syntax.ml
@@ -482,7 +482,7 @@ let paragraph : input -> Ast.nestable_block_element with_location =
482
fun acc ->
483
match npeek 2 input with
484
| { value = `Single_newline ws; location }
485
- :: { value = #token_that_always_begins_an_inline_element; _ }
+ :: { value = #token_that_always_begins_an_inline_element | `Bar; _ }
486
:: _ ->
487
junk input;
488
let acc = Loc.at location (`Space ws) :: acc in
0 commit comments