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: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T05:09:21.000Z (over 4 years ago)
- Last Synced: 2026-02-16T19:31:59.594Z (4 months ago)
- Topics: javascript, mkdocs, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- 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.