Improved Sceditor integration

This commit is contained in:
2019-01-10 16:28:59 +01:00
parent 6d61c0d621
commit dff9831228
6 changed files with 61 additions and 10 deletions

View File

@ -92,10 +92,10 @@ var parserTags = {
},
'quote': {
openTag: function(params,content) {
return '<q>';
return '<blockquote>';
},
closeTag: function(params,content) {
return '</q>';
return '</blockquote>';
}
},
's': {