From a895532e0ae7da9f8722fd7dc9645219e46dc482 Mon Sep 17 00:00:00 2001 From: Prokube <68293280+prokube@users.noreply.github.com> Date: Wed, 12 May 2021 16:05:53 -0700 Subject: [PATCH] Fix the way the examples display :/ :/ --- docs/guides/weeks.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/docs/guides/weeks.md b/docs/guides/weeks.md index 6c87126..65c1c0b 100644 --- a/docs/guides/weeks.md +++ b/docs/guides/weeks.md @@ -80,15 +80,24 @@ Underneath the song list, there should be another array called "weekNames". Crea ===== var weekNames:Array = [ - "How to Funk", - "Daddy dearest", - "Spooky Month", - "PICO", - "Mommy Must Murder", - "Red Snow", - "Hating Simulator ft. Moawlings", - "Tankman" - ]; + + "How to Funk", + + "Daddy dearest", + + "Spooky Month", + + "PICO", + + "Mommy Must Murder", + + "Red Snow", + + "Hating Simulator ft. Moawlings", + + "Tankman" + +]; =====