diff --git a/web/src/components/__tests__/__snapshots__/Markdown.spec.tsx.snap b/web/src/components/__tests__/__snapshots__/Markdown.spec.tsx.snap index a03fb927..3c1a4942 100644 --- a/web/src/components/__tests__/__snapshots__/Markdown.spec.tsx.snap +++ b/web/src/components/__tests__/__snapshots__/Markdown.spec.tsx.snap @@ -2,133 +2,149 @@ exports[`Markdown heading 1`] = `
-

- Heading1 -

- - -

- Heading2 -

- - -

- Heading3 -

- - -

- Heading4 -

- - -
- Heading5 -
+
+

+ Heading1 +

+ + +

+ Heading2 +

+ + +

+ Heading3 +

+ + +

+ Heading4 +

+ + +
+ Heading5 +
+
`; exports[`Markdown link with baseUrl 1`] = `
-

- - https://tailchat.msgbyte.com/ - - +

+

+ + https://tailchat.msgbyte.com/ + + - - ./README.md - - + + ./README.md + + - -

+ +

+
`; exports[`Markdown link without baseUrl 1`] = `
-

- - https://tailchat.msgbyte.com/ - - +

+

+ + https://tailchat.msgbyte.com/ + + - - ./README.md - - + + ./README.md + + - -

+ +

+
`; exports[`Markdown list 1`] = `
- +
`;