File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This is a markdown document with two fenced code blocks:
1+ This is a markdown document with four fenced code blocks:
22
33``` py
44print ( " hello" )
Original file line number Diff line number Diff line change @@ -2402,7 +2402,7 @@ fn markdown_formatting_preview_enabled() -> Result<()> {
24022402 ----- stdout -----
24032403 unformatted: File would be reformatted
24042404 --> CRATE_ROOT/resources/test/fixtures/unformatted.md:1:1
2405- 1 | This is a markdown document with two fenced code blocks:
2405+ 1 | This is a markdown document with four fenced code blocks:
24062406 2 |
24072407 3 | ```py
24082408 - print( "hello" )
@@ -2462,7 +2462,7 @@ fn markdown_formatting_stdin() -> Result<()> {
24622462 success: true
24632463 exit_code: 0
24642464 ----- stdout -----
2465- This is a markdown document with two fenced code blocks:
2465+ This is a markdown document with four fenced code blocks:
24662466
24672467 ```py
24682468 print("hello")
You can’t perform that action at this time.
0 commit comments