Tweaks style of markdown tables to auto-resize
This commit is contained in:
@@ -53,8 +53,6 @@ module.exports = class MarkdownSectionController extends BaseController
|
||||
|
||||
# Private Methods ##############################################################################
|
||||
|
||||
_
|
||||
|
||||
_convertImageLinks: (text)->
|
||||
text.replace /\!\[([^\]]*)\]\(([^\)]*)\)/g, (match, altText, fileName)=>
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user