Skip to content

Commit 7ee7f46

Browse files
committed
test
1 parent fee206a commit 7ee7f46

File tree

1 file changed

+2
-1
lines changed
  • crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus

1 file changed

+2
-1
lines changed

crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/paragraph.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Yes: this. And `this`: and _that_: too.
4040
(pandoc_space)
4141
(pandoc_str))))
4242
================================================================================
43-
paragraph.txt 3: hard line breaks
43+
paragraph.txt 3: hard line breaks (pandoc_soft_break cleaned up in postprocess)
4444
================================================================================
4545
Hello\
4646
World
@@ -50,4 +50,5 @@ World
5050
(pandoc_paragraph
5151
(pandoc_str)
5252
(pandoc_line_break)
53+
(pandoc_soft_break)
5354
(pandoc_str))))

0 commit comments

Comments
 (0)