Course Content
Subtitle Guide – Hướng dẫn thêm phụ đề
0/1
02 – Optional React Refresher
0/77
03 – NextJS Essentials (App Router)
0/49
15 – Optional NextJS Summary
0/37
16 – Course Roundup
0/1
Next.js 14 & React – The Complete Guide
About Lesson

In the next two lectures, we’ll fine-tune ReactMarkdown to overwrite some default HTML elements it renders.

Unfortunately, since I recorded these lectures, ReactMarkdown received a major update and the shown syntax changed slightly (i.e. what will be shown in the next two lectures has to change).

But thankfully, only minor adjustments are needed.

This link here shows the differences between all the code we’ll write in the next lectures and adjustments that will be needed for React Markdown v6: https://github.com/mschwarzmueller/nextjs-course-code/compare/3b99cd0…a9fb64b

So when we write code that is marked as “red” in the linked document, you should switch to the “green” version instead (when using ReactMarkdown v6 – check your package.json file to find out which version you’re using).

Join the conversation