mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
strip classes from table instead of ignoring table
This commit is contained in:
@@ -23,7 +23,7 @@ var emitter = function(contents) {
|
||||
};
|
||||
|
||||
var tableBlock = {
|
||||
start: /(<table>)([\S\s]*)/igm,
|
||||
start: /(<table[^>]*>)([\S\s]*)/igm,
|
||||
stop: /<\/table>/igm,
|
||||
rawContents: true,
|
||||
emitter: emitter,
|
||||
|
||||
Reference in New Issue
Block a user