From 8553d4f0f260368ef545eff9c5086e3ae56547fa Mon Sep 17 00:00:00 2001 From: "Dev. Gautam Kumar" <111997815+devsdenepal@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:05:48 +0000 Subject: [PATCH] add md to html feature for courseData --- src/components/courseData.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/courseData.js b/src/components/courseData.js index c431c51..5a66c4d 100644 --- a/src/components/courseData.js +++ b/src/components/courseData.js @@ -50,7 +50,7 @@ const courses = { description: 'Learn how to use Cloudflare to enhance website performance and security.', ytb_vid: 'C7bHn1ZZCXI', content: ` - In# This course, you will learn: + \n# This course, you will learn: \n- DNS management \n- Cloudflare CDN \n- DDoS protection @@ -185,7 +185,7 @@ const courses = { description: 'Learn about effective indexing strategies for databases.', ytb_vid: 'C7bHn1ZZCXI', content: ` - In# This course, you will learn: + \n# This course, you will learn: \n- Types of indexing methods \n- Implementing indexing in databases \n- Optimizing queries with indexing @@ -276,7 +276,7 @@ const courses = { description: 'Create RESTful APIs using Flask in Python.', ytb_vid: 'C7bHn1ZZCXI', content: ` - In# This course, you will learn: + \n# This course, you will learn: \n- Setting up Flask environment \n- Creating routes and handling requests \n- Integrating with databases @@ -341,7 +341,7 @@ const courses = { description: 'Learn the basics of containerization using Docker.', ytb_vid: 'C7bHn1ZZCXI', content: ` - In# This course, you will learn: + \n# This course, you will learn: \n- Setting up Docker environment \n- Building and running containers \n- Managing container orchestration @@ -425,7 +425,7 @@ const courses = { \n- Designing immersive user experiences `, }, -'course 33: introduction to programming': { + 'course 33: introduction to programming': { title: 'Course 33: Introduction to Programming', author: 'Dev Gautam Kumar', image: 'https://dummyimage.com/600x400/FF9800/fff&text=Programming+Basics', // Orange for creativity @@ -437,6 +437,6 @@ const courses = { \n- Writing your first code in Python \n- Problem-solving strategies `, -}, + }, }; export default courses;