Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


mkdocs-code-runner


PyPI Version
License
Build Status
Repository Size

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.