Content deleted Content added
No edit summary |
No edit summary |
||
Line 14:
if (/<table/i.test(wikiText)) return '<table>';
else return '';
}
// add the function for the array (you can repeat this for lots of functions)
|
No edit summary |
No edit summary |
||
Line 14:
if (/<table/i.test(wikiText)) return '<table>';
else return '';
}
// add the function for the array (you can repeat this for lots of functions)
|