mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
correct spec
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user