Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

executable file
·
32 lines (21 loc) · 666 Bytes

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