Skip to content

Commit 5863e0b

Browse files
gsw945Aquarius10thjh244212647zhangsheng
authored
Editor.md upgrade (#1035)
* upgrade editor.md(many bug exists) * 升级mermaid:8.13.0 -> 10.9.0 (#939) * fix issues_909 (#948) Co-authored-by: zhangsheng <zhangsheng@zhangshengdeMacBook-Pro.local> * Enhance KaTeX integration by adding auto-render support - Updated markdown.js to include jsmain and jsauto properties for KaTeX configuration. - Modified markdown_edit_template.tpl to define jsauto for KaTeX, enabling automatic rendering of math expressions. --------- Co-authored-by: Frank Zhou <34593008+Aquarius10th@users.noreply.github.com> Co-authored-by: 张胜 <244212647@qq.com> Co-authored-by: zhangsheng <zhangsheng@zhangshengdeMacBook-Pro.local>
1 parent ceb00ee commit 5863e0b

File tree

453 files changed

+237676
-151473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+237676
-151473
lines changed

static/editor.md/css/editormd.css

Lines changed: 120 additions & 235 deletions
Large diffs are not rendered by default.

static/editor.md/css/editormd.logo.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
* Editor.md
33
*
44
* @file editormd.logo.css
5-
* @version v1.5.0
5+
* @version v1.7.17
66
* @description Open source online markdown editor.
77
* @license MIT License
8-
* @author Pandao
9-
* {@link https://github.com/pandao/editor.md}
10-
* @updateTime 2015-06-09
8+
* @author IBM Skills Network
9+
* {@link https://github.com/ibm-skills-network/editor.md}
10+
* @updateTime 2026-03-31
1111
*/
1212

13+
@charset "UTF-8";
1314
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
1415
@font-face {
15-
font-family: 'editormd-logo';
16+
font-family: "editormd-logo";
1617
src: url("../fonts/editormd-logo.eot?-5y8q6h");
17-
src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
18+
src: url("../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
1819
font-weight: normal;
1920
font-style: normal;
2021
}
@@ -27,7 +28,7 @@
2728
.editormd-logo-6x,
2829
.editormd-logo-7x,
2930
.editormd-logo-8x {
30-
font-family: 'editormd-logo';
31+
font-family: "editormd-logo";
3132
speak: none;
3233
font-style: normal;
3334
font-weight: normal;
@@ -50,7 +51,7 @@
5051
.editormd-logo-6x:before,
5152
.editormd-logo-7x:before,
5253
.editormd-logo-8x:before {
53-
content: "\e1987";
54+
content: "󡦇";
5455
/*
5556
HTML Entity &#xe1987;
5657
example: <span class="editormd-logo">&#xe1987;</span>
@@ -95,4 +96,4 @@
9596

9697
.editormd-logo-color {
9798
color: #2196F3;
98-
}
99+
}

static/editor.md/css/editormd.logo.min.css

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

static/editor.md/css/editormd.min.css

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

0 commit comments

Comments
 (0)