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 }.

Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.