diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index b7ac9c4..8989cba 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -285,14 +285,17 @@ renderer.link = function (href, title, text) { return text; } href = cleanHref; + console.log('href-',href) let out = ''; - // out += ">" +`🌐`+ text + ""+`(${href})`; + out += '>' + `🔗` + text + ''; + // out += ">" +`🔗`+ text + ""+`(${href})`; + // console.log('out-',out) - return out; + + return out+`: ${href}`; }; renderer.paragraph = function (text) {