KbqMarkdown - component that allows converting text written in Markdown markup language into HTML.
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 }.