KbqMarkdown - component that allows converting text written in Markdown markup language into HTML.

Note

For the component to work, the marked dependency is required:

npm install marked

To create a line break in a component template, you need to add two spaces    at the end of the line.

When using the markdownText attribute, you need to add \n at the end of the line and also enable the configuration option { breaks: true }.

Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.