diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index 6bcb322fee..0a056f61cb 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -33060,6 +33060,7 @@ exports[`Storyshots Layout|Footer Default 1`] = `
[Top] @@ -33712,8 +33721,7 @@ exports[`Storyshots MarkdownView Default 1`] = `
[Top] @@ -33753,8 +33761,7 @@ exports[`Storyshots MarkdownView Default 1`] = `
[Top] @@ -33833,8 +33840,7 @@ Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip
[Top] @@ -33854,8 +33860,7 @@ Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip
[Top] @@ -34162,8 +34167,7 @@ Deserunt officia esse aliquip consectetur duis ut labore laborum commodo aliquip
[Top] @@ -34228,8 +34232,7 @@ func main() {
[Top] @@ -34251,8 +34254,7 @@ func main() { reprehenderit duis irure @@ -34278,8 +34280,7 @@ func main() { anim aute reprehenderit id eu ea. Aute excepteur proident @@ -34322,8 +34323,7 @@ func main() {
Reprehenderit non eu quis in ad elit esse qui aute id incididunt @@ -34390,6 +34390,74 @@ exports[`Storyshots MarkdownView Inline Xml 1`] = ` `; +exports[`Storyshots MarkdownView Links 1`] = ` +
+ Show case for different style of markdown links. +Please note that some of the links may not work in storybook, +the story is mostly for checking if the links are rendered correct. +
++ External Links should be opened in a new tab: + + external link + +
++ Anchor Links should be rendered a simple a tag with an href: + + anchor link + +
++ Links with a protocol other than http should be rendered a simple a tag with an href e.g.: + + mail link + +
++ Internal links should be rendered by react-router: + + internal link + +
+