### Examples **More examples** are available on NorthStar Storybook. ```jsx import MarkdownViewer from '.'; {` # Something with a little more ? ## Or a little less ### Taking it down #### Even further A paragraph with *emphasis* and **strong importance**. We can celebrate with emoticons 🍸🌟🍺 > A block quote with ~strikethrough~ and a URL: https://reactjs.org. ### Lists * [ ] todo * [x] done ## Table | a | b | c | d | | - | :- | -: | :-: | | 1 | 2 | 3 | 4 | ` } ``` ```jsx import MarkdownViewer from '.'; {`### Code Examples \`\`\`jsx \`\`\` `} ```