code-paster
code-paster copied to clipboard
- Add select component to select some language: HTML, CSS, Javascript, JSX, Typescript, TSX, JSON, Bash, Markdown, YAML, diff, C# (cs) - Add empty option. - Create common component MarkdownEditor...
- Add react-markdown dependency. - Create common component MarkdownViewer - Render markdown with Github styles (https://github.com/sindresorhus/github-markdown-css)
Similar to Github styles, for example: ```javascript console.log("You can copy using the button"); ```