playground icon indicating copy to clipboard operation
playground copied to clipboard

A simple Ruby gem for converting Markdown into Swift playgrounds

Playground

A simple utility to convert a Markdown file into an interactive Swift playground.

Installation

Simply run the following command to install:

$ gem install playground

Usage

Simply:

$ playground generate input.markdown output.playground

Enjoy.