mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-04 20:15:51 +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;
|
return link;
|
||||||
});
|
});
|
||||||
|
|
||||||
const handleEmptyLink = input => input.replace(handleEmptyLink, (aa) => {
|
const handleEmptyLink = input => input.replace(handleEmptyLink, () => '');
|
||||||
console.log(aa);
|
|
||||||
return 'ugur';
|
|
||||||
});
|
|
||||||
|
|
||||||
const createVimeoIframe = input => input.replace(vimeoRegex, (link) => {
|
const createVimeoIframe = input => input.replace(vimeoRegex, (link) => {
|
||||||
const execLink = vimeoRegex.exec(link);
|
const execLink = vimeoRegex.exec(link);
|
||||||
|
Loading…
Reference in New Issue
Block a user