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 fee206a commit 7ee7f46Copy full SHA for 7ee7f46
crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/paragraph.txt
@@ -40,7 +40,7 @@ Yes: this. And `this`: and _that_: too.
40
(pandoc_space)
41
(pandoc_str))))
42
================================================================================
43
-paragraph.txt 3: hard line breaks
+paragraph.txt 3: hard line breaks (pandoc_soft_break cleaned up in postprocess)
44
45
Hello\
46
World
@@ -50,4 +50,5 @@ World
50
(pandoc_paragraph
51
(pandoc_str)
52
(pandoc_line_break)
53
+ (pandoc_soft_break)
54
0 commit comments