Skip to content

Commit 8e968ea

Browse files
Dario-DCmajestic-owl448moT01
authored
feat(curriculum): add markdown converter lab (freeCodeCamp#56333)
Co-authored-by: Ilenia <[email protected]> Co-authored-by: Tom <[email protected]>
1 parent 3017bd9 commit 8e968ea

File tree

5 files changed

+935
-3
lines changed

5 files changed

+935
-3
lines changed

client/i18n/locales/english/intro.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,9 +2776,14 @@
27762776
"Test what you've learned in this quiz on Debugging JavaScript."
27772777
]
27782778
},
2779-
"dqth": { "title": "205", "intro": [] },
2780-
"ilop": { "title": "206", "intro": [] },
2781-
"qrer": { "title": "207", "intro": [] },
2779+
"ilop": { "title": "205", "intro": [] },
2780+
"dqth": { "title": "206", "intro": [] },
2781+
"lab-markdown-to-html-converter": {
2782+
"title": "Build a Markdown to HTML Converter",
2783+
"intro": [
2784+
"For this lab, you will build a Markdown to HTML converter using JavaScript."
2785+
]
2786+
},
27822787
"lab-regex-sandbox": {
27832788
"title": "Build a RegEx Sandbox",
27842789
"intro": ["In this lab you will build a regex sandbox."]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Introduction to the Build a Markdown to HTML Converter
3+
block: lab-markdown-to-html-converter
4+
superBlock: full-stack-developer
5+
---
6+
7+
## Introduction to the Build a Markdown to HTML Converter
8+
9+
For this lab, you will build a Markdown to HTML converter using JavaScript.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Build a Markdown to HTML Converter",
3+
"isUpcomingChange": true,
4+
"usesMultifileEditor": true,
5+
"blockType": "lab",
6+
"blockLayout": "link",
7+
"dashedName": "lab-markdown-to-html-converter",
8+
"superBlock": "full-stack-developer",
9+
"challengeOrder": [{ "id": "66f55eac933ff64ce654ca74", "title": "Build a Markdown to HTML Converter" }],
10+
"helpCategory": "JavaScript"
11+
}

0 commit comments

Comments
 (0)