Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit c2464ec

Browse files
committed
ol can now have 'start' attr
1 parent 3c67f5c commit c2464ec

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

editormd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* Editor.md
33
*
44
* @file editormd.js
5-
* @version v1.7.10
5+
* @version v1.7.11
66
* @description Open source online markdown editor.
77
* @license MIT License
88
* @author Pandao
99
* {@link https://github.com/pandao/editor.md}
10-
* @updateTime 2022-09-09
10+
* @updateTime 2022-09-16
1111
*/
1212

1313
;(function(factory) {
@@ -59,7 +59,7 @@
5959
};
6060

6161
editormd.title = editormd.$name = "Editor.md";
62-
editormd.version = "1.7.10";
62+
editormd.version = "1.7.11";
6363
editormd.homePage = "https://pandao.github.io/editor.md/";
6464
editormd.classPrefix = "editormd-";
6565

lib/xss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getDefaultWhiteList() {
6565
li: ["style", "class"],
6666
mark: ["style", "class"],
6767
nav: ["style", "class"],
68-
ol: ["style", "class"],
68+
ol: ["style", "class", "start"],
6969
p: ["style", "class"],
7070
pre: ["style", "class"],
7171
s: ["style", "class"],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ibm-skills-network/editor.md",
3-
"version": "1.7.10",
3+
"version": "1.7.11",
44
"description": "Open source online markdown editor.",
55
"directories": {
66
"doc": "docs",

src/editormd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
};
4848

4949
editormd.title = editormd.$name = "Editor.md";
50-
editormd.version = "1.7.10";
50+
editormd.version = "1.7.11";
5151
editormd.homePage = "https://pandao.github.io/editor.md/";
5252
editormd.classPrefix = "editormd-";
5353

0 commit comments

Comments
 (0)