The Complete Strapi™ Course with Plugins and Deployment - Dealing with Markdown Content

The Complete Strapi™ Course with Plugins and Deployment - Dealing with Markdown Content

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial addresses a plugin issue related to interpreting markdown content fetched from GitHub. The instructor demonstrates using the markdown-it package to convert markdown to HTML and replace backslash N characters with HTML break tags for better content interpretation in the Strapi content editor. The tutorial includes installation steps, rendering markdown, and concludes with a preview of the next lesson focusing on the admin part.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main issue addressed in the first section of the video?

Fixing character issues in README markdown

Converting HTML to markdown

Installing a new plugin

Updating the GitHub repository

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which package is used to convert markdown to HTML?

html-parser

html-it

markdown-it

markdown-converter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to install the 'markdown-it' package?

yarn add markdown-it

pip install markdown-it

composer require markdown-it

npm install markdown-it

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of replacing backslash N characters in the content?

To add new lines in the markdown

To improve content interpretation by the editor

To remove unnecessary spaces

To convert markdown to plain text

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next topic mentioned at the end of the video?

Plugin installation

HTML rendering

Admin part implementation

Markdown conversion