mdbook-repl 0.1.2

A rust based mdbook preprocessor plugin that allows you to live code in your markdown book.
mdbook-repl-0.1.2 is not a library.

Mdbook REPL

This is a mdbook playground which uses webassembly to execute code in the browser. So you can run code in the browser without any server.

This is inspired by mdbook rust playground, but it is not limited to rust. Recent years, webassembly is very powerful and able to so many things. So I want to learned it and try to make a playground for multiple languages for mdbook.

# Python codeblock

print("Hello, world!")

All the code is editable and runnable. You can change the code and run it again. The output will be updated immediately.

💥 Attention

This project only supports python for now. More languages will be supported in the future.

Tell me if you have any ideas or suggestions.