mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
Update Markdown.Editor.js
This commit is contained in:
parent
82d75b256e
commit
dd08707dfb
1 changed files with 3 additions and 3 deletions
|
|
@ -2250,19 +2250,19 @@
|
|||
commandProto.doHorizontalRule = function (chunk, postProcessing) {
|
||||
chunk.startTag = "----------\n";
|
||||
chunk.selection = "";
|
||||
chunk.skipLines(2, 1, true);
|
||||
chunk.skipLines(1, 1, true);
|
||||
}
|
||||
|
||||
commandProto.doReadMore = function (chunk, postProcessing) {
|
||||
chunk.startTag = "<!--more-->";
|
||||
chunk.selection = "";
|
||||
chunk.skipLines(0, 1, true);
|
||||
chunk.skipLines(1, 1, true);
|
||||
}
|
||||
|
||||
commandProto.doTOC = function (chunk, postProcessing) {
|
||||
chunk.startTag = "<!--toc-->";
|
||||
chunk.selection = "";
|
||||
chunk.skipLines(0, 1, true);
|
||||
chunk.skipLines(1, 1, true);
|
||||
}
|
||||
|
||||
commandProto.doStrikethrough = function (chunk, postProcessing) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue