Open
Description
Follow-up for #245:
- Create a custom markdown tag (eg
[codesandbox:foo/bar](baz)
) that generates our CodeSandbox links with default "Try it on CodeSandbox" text. (Added custom remark transform for Codepen example links #251) - Import more of Dan's Codepen examples to the new
examples
folder. - Use the new
gatsby-remark-code-repls
plugin to create CodeSandbox links for the new examples. - Generated HTML could also include a link to view the file directly in GitHub. (Some people have expressed concerns that Codepen's interface is not great for screen readers, eg fix #37 Replace babel-preset-es2015 reference and link with babel-preset-env #38); cc @jenshedqvist and @StommePoes.