Search code examples
javascriptnode.jspugtemplate-engine

Parse URL and create Links On Plain-Text Jade


I am getting plain-text in which there could be a URL.

For Example : learn abc in one day www.englishspeaking.com

Here I am having a URL. I want to convert it has a link. I am using Jade template engine. Is there a way to do this in Jade template engine.


Solution

  • You can use already build npm for this. Like this, I found anchrome and its also worked for me