mdbook-repl 0.1.2

A rust based mdbook preprocessor plugin that allows you to live code in your markdown book.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
  .repl {
    margin-block: 2rem;
  }
  .repl iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .repl iframe.hide {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
</style>