Metadata-Version: 2.1
Name: pico8-mkdocs-plugin
Version: 1.0.0
Summary: This plugin allows to embed a Pico-8 web player in a mkdocs generated page.
Home-page: https://github.com/fmaida/pico8-mkdocs-plugin
Author: Francesco Maida
Author-email: francesco.maida@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: mkdocs

# Pico-8 (MkDocs Plugin)

This [mkdocs plugin](http://www.mkdocs.org/user-guide/plugins/) 
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:

```yaml
plugins:
   - hello-dolly
```

### An example

For example, you could edit the `docs/index.md` 
file and insert the tag in any place, like this:

````markdown
# Welcome to MkDocs

For full documentation visit [mkdocs.org](http://mkdocs.org).

{{ pico-8: 46052 }}

## Commands
````

