correct spec

This commit is contained in:
Sam
2017-11-13 18:09:24 +11:00
parent 8a66446849
commit 38c103c75e
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ export function setup(helper) {
helper.registerPlugin(md => {
md.renderer.rules.table_open = function(){
return '<div class="md-table">\n<table>';
return '<div class="md-table">\n<table>\n';
};
md.renderer.rules.table_close = function(){