Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scruffaluff/mkdocs-code-runner
MkDocs plugin for converting JavaScript code into runnable scripts.
https://github.com/scruffaluff/mkdocs-code-runner
javascript mkdocs python
Last synced: 11 days ago
JSON representation
MkDocs plugin for converting JavaScript code into runnable scripts.
- Host: GitHub
- URL: https://github.com/scruffaluff/mkdocs-code-runner
- Owner: scruffaluff
- License: mit
- Created: 2020-02-28T15:44:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T05:09:21.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T17:44:47.652Z (about 2 months ago)
- Topics: javascript, mkdocs, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
mkdocs-code-runner
mkdocs-code-runner is an [MkDocs](https://www.mkdocs.org/) plugin which converts
Javascript code blocks in Markdown files into runnable scripts for your browser.## Getting Started
### Installation
mkdocs-code-runner can be installed for Python 3.6+ with
```bash
pip install --user mkdocs-code-runner
```## Contributing
For guidance on setting up a development environment and making a contribution
to mkdocs-code-runner, see the [contributing guide](CONTRIBUTING.md).## License
Distributed under the terms of the [MIT license](LICENSE.md), mkdocs-code-runner
is free and open source software.