Closed rasa closed 5 years ago
I was able to turn on this, by adding the following linkify: true, to extension.ts:
linkify: true,
let md = new MarkdownIt('default', { html: true, linkify: true, highlight: function (str, lang) { } }
PR?
I was able to turn on this, by adding the following
linkify: true,
to extension.ts: