From 2ab771ce61473427fe29bfcba820f7617817994b Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 19 Jan 2016 15:39:52 +0000 Subject: [PATCH] appended an empty paragraph when inserting a table --- codepot/src/js/medium-editor-tables.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codepot/src/js/medium-editor-tables.js b/codepot/src/js/medium-editor-tables.js index a86df826..0df6bb53 100644 --- a/codepot/src/js/medium-editor-tables.js +++ b/codepot/src/js/medium-editor-tables.js @@ -541,7 +541,10 @@ Table.prototype = { '' + html + '' + - '', { + // codepot + //'', { + '

', { + // end codepot cleanAttrs: [], cleanTags: [] }