Tweaks style of markdown tables to auto-resize

This commit is contained in:
Andrew Miner
2015-05-03 21:16:24 -07:00
parent 8334012ea5
commit b2320752f8
2 changed files with 3 additions and 5 deletions
@@ -53,8 +53,6 @@ module.exports = class MarkdownSectionController extends BaseController
# Private Methods ##############################################################################
_
_convertImageLinks: (text)->
text.replace /\!\[([^\]]*)\]\(([^\)]*)\)/g, (match, altText, fileName)=>
return "![#{altText}](#{@imageBase}/#{fileName})"