markdown to html updated

This commit is contained in:
u-e 2019-05-08 23:39:51 +03:00
parent 1752da74d8
commit 4f71ea92f5

View File

@ -263,10 +263,7 @@ const handleIframe = input => input.replace(iframeRegex, (link) => {
return link;
});
const handleEmptyLink = input => input.replace(handleEmptyLink, (aa) => {
console.log(aa);
return 'ugur';
});
const handleEmptyLink = input => input.replace(handleEmptyLink, () => '');
const createVimeoIframe = input => input.replace(vimeoRegex, (link) => {
const execLink = vimeoRegex.exec(link);