Skip to content

Commit

Permalink
Try to fix wikilink-embed e2e tests by restoring deleted spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
badsketch committed Aug 22, 2023
1 parent f4e8575 commit 2f5fe5e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ describe('Displaying included notes in preview', () => {
`
# Section 1
This is the first section of note E
# Section 2
This is the second section of note E
# Section 3
This is the third section of note E
`,
Expand All @@ -86,6 +88,7 @@ This is the third section of note E
() => {
expect(
md.render(`This is the root node.
![[note-e#Section 2]]`)
).toMatch(
`<p>This is the root node.</p>
Expand All @@ -104,8 +107,10 @@ This is the third section of note E
`
# Section 1
This is the first section of note E
# Section 2
This is the second section of note E
# Section 3
This is the third section of note E
`,
Expand Down

0 comments on commit 2f5fe5e

Please sign in to comment.