From d7abed94565b37dcd9f5850c78af13dc42fc51f8 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 7 Oct 2021 09:21:55 -0700 Subject: [PATCH] fix: index.md generation (#43763) --- tools/challenge-helper-scripts/create-project.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/challenge-helper-scripts/create-project.ts b/tools/challenge-helper-scripts/create-project.ts index 3306dc1eea..de2257270a 100644 --- a/tools/challenge-helper-scripts/create-project.ts +++ b/tools/challenge-helper-scripts/create-project.ts @@ -171,9 +171,11 @@ block: ${block} superBlock: Responsive Web Design isBeta: true --- + ## Introduction to the ${title} -This is a test for the new project-based curriculum.`; +This is a test for the new project-based curriculum. +`; const dirPath = path.resolve( __dirname, `../../client/src/pages/learn/${superBlock}/${block}/`