Skip to content

Commit 98f95fb

Browse files
committed
test: undo prettier's messing up of test input file indentation
1 parent 5122c16 commit 98f95fb

13 files changed

+36
-34
lines changed

tests/plugin-madwizard/markdowns/snippets/snippets-in-tab0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ AAA
33
--8<-- "importa.md"
44

55
=== "Tab1"
6-
--8<-- "snippets-in-tab0a.md"
6+
--8<-- "snippets-in-tab0a.md"
77

88
=== "Tab2"
9-
--8<-- "snippets-in-tab0b.md"
9+
--8<-- "snippets-in-tab0b.md"
1010

1111
DDD
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
BBB
22

33
--8<-- "importb.md"
4+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
--8<-- "importc.md"
22

33
???+ tip "TipTitle"
4-
TipContent
4+
TipContent
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout:
3-
1: right
3+
1: right
44
imports:
5-
- importa.md
5+
- importa.md
66
---
77

88
::imports
@@ -12,9 +12,9 @@ imports:
1212
AAA
1313

1414
=== "Tab1"
15-
--8<-- "snippets-in-tab1a.md"
15+
--8<-- "snippets-in-tab1a.md"
1616

1717
=== "Tab2"
18-
--8<-- "snippets-in-tab1b.md"
18+
--8<-- "snippets-in-tab1b.md"
1919

2020
DDD
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
imports:
3-
- importb.md
3+
- importb.md
44
---
55

66
BBB
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
imports:
3-
- importc.md
3+
- importc.md
44
---
55

66
???+ tip "TipTitle"
7-
TipContent
7+
TipContent
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
AAA
22

33
=== "Tab1"
4-
--8<-- "snippets-in-tab1b.md"
4+
--8<-- "snippets-in-tab1b.md"
55

66
=== "Tab2"
7-
--8<-- "snippets-in-tab1a.md"
7+
--8<-- "snippets-in-tab1a.md"
88

99
DDD
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout:
3-
1: right
3+
1: right
44
imports:
5-
- importa.md
6-
- importe.md
7-
- importf.md
5+
- importa.md
6+
- importe.md
7+
- importf.md
88
---
99

1010
::imports
@@ -14,9 +14,9 @@ imports:
1414
# AAA
1515

1616
=== "Tab1"
17-
--8<-- "snippets-in-tab3a.md"
17+
--8<-- "snippets-in-tab3a.md"
1818

1919
=== "Tab2"
20-
--8<-- "snippets-in-tab1b.md"
20+
--8<-- "snippets-in-tab1b.md"
2121

2222
DDD
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
imports:
3-
- importd.md
3+
- importd.md
44
---
55

66
BBBoo
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout:
3-
1: right
3+
1: right
44
imports:
5-
- importa.md
6-
- importe.md
5+
- importa.md
6+
- importe.md
77
---
88

99
::imports
@@ -13,9 +13,9 @@ imports:
1313
# AAA
1414

1515
=== "Tab1"
16-
--8<-- "snippets-in-tab3a.md"
16+
--8<-- "snippets-in-tab3a.md"
1717

1818
=== "Tab2"
19-
--8<-- "snippets-in-tab4b.md"
19+
--8<-- "snippets-in-tab4b.md"
2020

2121
DDD

0 commit comments

Comments
 (0)