mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Indentation
This commit is contained in:
parent
8d5ac837a1
commit
14e56aef79
@ -147,15 +147,15 @@ define([
|
||||
});
|
||||
return table;
|
||||
}}).addRule('strikethrough', {
|
||||
filter: ['s', 'del', 'strike'],
|
||||
replacement: function (content) {
|
||||
return '~' + content + '~';
|
||||
}
|
||||
filter: ['s', 'del', 'strike'],
|
||||
replacement: function (content) {
|
||||
return '~' + content + '~';
|
||||
}
|
||||
}).addRule('strikethrough', {
|
||||
filter: ['u'],
|
||||
replacement: function (content) {
|
||||
return '<u>' + content + '</u>';
|
||||
}
|
||||
filter: ['u'],
|
||||
replacement: function (content) {
|
||||
return '<u>' + content + '</u>';
|
||||
}
|
||||
})
|
||||
.turndown(toExport);
|
||||
var mdBlob = new Blob([md], {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user