-
Notifications
You must be signed in to change notification settings - Fork 19
Add sandboxes to repo #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wooorm
merged 15 commits into
remarkjs:main
from
ChristianMurphy:sandbox-starters-in-repo
Nov 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d0c12e0
docs: move sandbox examples into the repository
ChristianMurphy 509ccb7
Apply suggestions from code review
ChristianMurphy 2443f29
style: run prettier on code
ChristianMurphy 7356c0f
style: add prettier and xo
ChristianMurphy f35e86d
docs: add stackblitz links
ChristianMurphy 152e8f7
Merge branch 'main' into sandbox-starters-in-repo
ChristianMurphy cb9269e
style: resolve xo warnings
ChristianMurphy f72c93f
Update code style in issue form
ChristianMurphy c4bda0d
docs: describe how to update dependencies on stackblitz
ChristianMurphy 2bf73b8
style: use async main function
ChristianMurphy e897055
docs: update react markdown starter to use typescript
ChristianMurphy 9eccb88
test: resolve xo warnings
ChristianMurphy 8e0febb
test: include workspace in dependency installation
ChristianMurphy 2632eaa
docs: fix tsx import
ChristianMurphy 57dee0a
docs: add sandbox configuration files
ChristianMurphy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add stackblitz links
- Loading branch information
commit f35e86dfb6f325533e25723099042c6f17a7aaa1
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,10 +40,12 @@ body: | |
| description: | | ||
| Link to repository or sandbox with runnable example of the issue. | ||
|
|
||
| Some CodeSandbox starters: | ||
| - [remark only](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-with-parcel) (for markdown to markdown) | ||
| - [remark and rehype](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-rehype-with-parcel) (for markdown to html) | ||
| - [react-markdown](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/react-markdown-with-create-react-app) | ||
| Some starters: | ||
| | description | codesandbox | stackblitz | | ||
| | - | - | - | | ||
| | remark only (for markdown to markdown) | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-with-parcel) | [stackblitz](https://stackblitz.com/github/remarkjs/.github-remark/tree/main/sandbox-templates/remark-with-parcel) | | ||
| | remark and rehype (for markdown to html) | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/remark-rehype-with-parcel) | [stackblitz](https://stackblitz.com/github/remarkjs/.github-remark/tree/main/sandbox-templates/remark-rehype-with-parcel) | | ||
| | react-markdown | [codesandbox](https://codesandbox.io/s/github/remarkjs/.github/tree/main/sandbox-templates/react-markdown-with-create-react-app) | [stackblitz](https://stackblitz.com/github/remarkjs/.github-remark/tree/main/sandbox-templates/react-markdown-with-create-react-app) | | ||
|
Comment on lines
+47
to
+49
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. temporary links until merged
|
||
|
|
||
| Alternatively, use the next section *Steps to reproduce*. | ||
| validations: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.