This mkdocs plugin look in each MkDocs article for the presence of a tag like this:
{{ pico-8: 12345 }}
Then, it will replace it with a web player that will allow the reader of a page to enjoy pico-8 games through the page.
To install it, edit your mkdocs.yml
file
and add these few lines of code:
plugins:
- hello-dolly
For example, you could edit the docs/index.md
file and insert the tag in any place, like this:
# Welcome to MkDocs
For full documentation visit [mkdocs.org](http://mkdocs.org).
{{ pico-8: 46052 }}
## Commands