/pico8-mkdocs-plugin

A MKDocs plugin that allows to embed a Pico-8 web player in a page.

Primary LanguagePythonMIT LicenseMIT

Pico-8 (MkDocs Plugin)

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

An example

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