export default (style, url) => { const tpl = { 'markdown': `![](${url})`, 'HTML': ``, 'URL': url, 'UBB': `[IMG]${url}[/IMG]` } return tpl[style] }