From 9f1b1392965dc15c2edfee3041fd493d1f753e66 Mon Sep 17 00:00:00 2001 From: Jack Grahl Date: Tue, 11 Oct 2022 12:21:08 +0100 Subject: [PATCH] Add markdown formatting. --- examples/easy.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/easy.md b/examples/easy.md index 45bc049..08532a4 100644 --- a/examples/easy.md +++ b/examples/easy.md @@ -1,3 +1,8 @@ +# Easy example + +This shows a simple example of how to use the module. + +``` >>> from polyomino.constant import TETROMINOS >>> from polyomino.board import Rectangle >>> tile = TETROMINOS['T'] @@ -16,3 +21,5 @@ + +-+ +-+ | | | +-+-+-+-+ + +```