mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 17:14:22 +03:00
markdown to html updated
This commit is contained in:
parent
1752da74d8
commit
4f71ea92f5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user