Skip to content

Commit 8553d4f

Browse files
committed
add md to html feature for courseData
1 parent 988f98a commit 8553d4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/courseData.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const courses = {
5050
description: 'Learn how to use Cloudflare to enhance website performance and security.',
5151
ytb_vid: 'C7bHn1ZZCXI',
5252
content: `
53-
In# This course, you will learn:
53+
\n# This course, you will learn:
5454
\n- DNS management
5555
\n- Cloudflare CDN
5656
\n- DDoS protection
@@ -185,7 +185,7 @@ const courses = {
185185
description: 'Learn about effective indexing strategies for databases.',
186186
ytb_vid: 'C7bHn1ZZCXI',
187187
content: `
188-
In# This course, you will learn:
188+
\n# This course, you will learn:
189189
\n- Types of indexing methods
190190
\n- Implementing indexing in databases
191191
\n- Optimizing queries with indexing
@@ -276,7 +276,7 @@ const courses = {
276276
description: 'Create RESTful APIs using Flask in Python.',
277277
ytb_vid: 'C7bHn1ZZCXI',
278278
content: `
279-
In# This course, you will learn:
279+
\n# This course, you will learn:
280280
\n- Setting up Flask environment
281281
\n- Creating routes and handling requests
282282
\n- Integrating with databases
@@ -341,7 +341,7 @@ const courses = {
341341
description: 'Learn the basics of containerization using Docker.',
342342
ytb_vid: 'C7bHn1ZZCXI',
343343
content: `
344-
In# This course, you will learn:
344+
\n# This course, you will learn:
345345
\n- Setting up Docker environment
346346
\n- Building and running containers
347347
\n- Managing container orchestration
@@ -425,7 +425,7 @@ const courses = {
425425
\n- Designing immersive user experiences
426426
`,
427427
},
428-
'course 33: introduction to programming': {
428+
'course 33: introduction to programming': {
429429
title: 'Course 33: Introduction to Programming',
430430
author: 'Dev Gautam Kumar',
431431
image: 'https://dummyimage.com/600x400/FF9800/fff&text=Programming+Basics', // Orange for creativity
@@ -437,6 +437,6 @@ const courses = {
437437
\n- Writing your first code in Python
438438
\n- Problem-solving strategies
439439
`,
440-
},
440+
},
441441
};
442442
export default courses;

0 commit comments

Comments
 (0)