+ 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 + +
+