-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Feature: Automatically run example code in a REPL #28
Comments
There is |
This would have to be a suggestion, as some code can't easily be run in a REPL. We could suggest run-markdown. Or others? |
If there is a linter, it should include a way to pass the code snippets to an executor: i.e. if there is a console.log('Hello') and you run the readme against and it will execute the above snippet like:
|
Agreed about this is something that ought to be worked into the linter. Going to link it to #5 and leave this open for now. |
Is this something standard-readme can dictate? 🤔 I’d leave this up to platforms that render readmes! |
Agreed. |
There should be a tool that does this on top of the standard-readme spec.
The text was updated successfully, but these errors were encountered: