Skip to content

Commit 9c10214

Browse files
v4.0.8 released v4.0.8 #693 187070b
1 parent 7556246 commit 9c10214

Some content is hidden

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

58 files changed

+66
-66
lines changed

asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.a4ddd26b.css",
4-
"main.js": "/static/js/main.d42cd98a.js",
4+
"main.js": "/static/js/main.e2f0adca.js",
55
"static/js/82.20f21e11.chunk.js": "/static/js/82.20f21e11.chunk.js",
66
"static/js/589.cfb5592c.chunk.js": "/static/js/589.cfb5592c.chunk.js",
77
"static/js/321.81cbbee7.chunk.js": "/static/js/321.81cbbee7.chunk.js",
@@ -83,7 +83,7 @@
8383
"static/media/KaTeX_Size3-Regular.woff2": "/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2",
8484
"index.html": "/index.html",
8585
"main.a4ddd26b.css.map": "/static/css/main.a4ddd26b.css.map",
86-
"main.d42cd98a.js.map": "/static/js/main.d42cd98a.js.map",
86+
"main.e2f0adca.js.map": "/static/js/main.e2f0adca.js.map",
8787
"82.20f21e11.chunk.js.map": "/static/js/82.20f21e11.chunk.js.map",
8888
"589.cfb5592c.chunk.js.map": "/static/js/589.cfb5592c.chunk.js.map",
8989
"321.81cbbee7.chunk.js.map": "/static/js/321.81cbbee7.chunk.js.map",
@@ -113,6 +113,6 @@
113113
"static/css/katex-vendor.f7f05752.css",
114114
"static/js/katex-vendor.ccd6046d.js",
115115
"static/css/main.a4ddd26b.css",
116-
"static/js/main.d42cd98a.js"
116+
"static/js/main.e2f0adca.js"
117117
]
118118
}

badges.svg

Lines changed: 4 additions & 4 deletions
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Markdown Editor for React.</title><meta name="keywords" content="react,component,markdown,preview,editor"/><meta name="description" content="A simple markdown editor with preview, implemented with React.js and TypeScript. This React Component aims to provide a simple Markdown editor with syntax highlighting support. This is based on `textarea` encapsulation, so it does not depend on any modern code editors such as Acs, CodeMirror, Monaco etc.."/><script defer="defer" src="./static/js/mermaid-vendor.72db69a6.js"></script><script defer="defer" src="./static/js/micromark-vendor.7bf73b0e.js"></script><script defer="defer" src="./static/js/d3-vendor.5299fbb1.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.137a3e42.js"></script><script defer="defer" src="./static/js/parse5-vendor.dc49ebbb.js"></script><script defer="defer" src="./static/js/react-vendor.7c253776.js"></script><script defer="defer" src="./static/js/katex-vendor.ccd6046d.js"></script><script defer="defer" src="./static/js/main.d42cd98a.js"></script><link href="./static/css/katex-vendor.f7f05752.css" rel="stylesheet"><link href="./static/css/main.a4ddd26b.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Markdown Editor for React.</title><meta name="keywords" content="react,component,markdown,preview,editor"/><meta name="description" content="A simple markdown editor with preview, implemented with React.js and TypeScript. This React Component aims to provide a simple Markdown editor with syntax highlighting support. This is based on `textarea` encapsulation, so it does not depend on any modern code editors such as Acs, CodeMirror, Monaco etc.."/><script defer="defer" src="./static/js/mermaid-vendor.72db69a6.js"></script><script defer="defer" src="./static/js/micromark-vendor.7bf73b0e.js"></script><script defer="defer" src="./static/js/d3-vendor.5299fbb1.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.137a3e42.js"></script><script defer="defer" src="./static/js/parse5-vendor.dc49ebbb.js"></script><script defer="defer" src="./static/js/react-vendor.7c253776.js"></script><script defer="defer" src="./static/js/katex-vendor.ccd6046d.js"></script><script defer="defer" src="./static/js/main.e2f0adca.js"></script><link href="./static/css/katex-vendor.f7f05752.css" rel="stylesheet"><link href="./static/css/main.a4ddd26b.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

lcov-report/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1>All files</h1>
176176
<div class='footer quiet pad2 space-top1 center small'>
177177
Code coverage generated by
178178
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
179-
at 2025-07-18T16:43:51.898Z
179+
at 2025-07-18T16:54:06.587Z
180180
</div>
181181
<script src="prettify.js"></script>
182182
<script>

lcov-report/src/Context.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Context
184184
<div class='footer quiet pad2 space-top1 center small'>
185185
Code coverage generated by
186186
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
187-
at 2025-07-18T16:43:51.898Z
187+
at 2025-07-18T16:54:06.587Z
188188
</div>
189189
<script src="../prettify.js"></script>
190190
<script>

lcov-report/src/Editor.nohighlight.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Editor.
895895
<div class='footer quiet pad2 space-top1 center small'>
896896
Code coverage generated by
897897
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
898-
at 2025-07-18T16:43:51.898Z
898+
at 2025-07-18T16:54:06.587Z
899899
</div>
900900
<script src="../prettify.js"></script>
901901
<script>

lcov-report/src/Editor.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Editor.
895895
<div class='footer quiet pad2 space-top1 center small'>
896896
Code coverage generated by
897897
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
898-
at 2025-07-18T16:43:51.898Z
898+
at 2025-07-18T16:54:06.587Z
899899
</div>
900900
<script src="../prettify.js"></script>
901901
<script>

lcov-report/src/Types.ts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Types.t
535535
<div class='footer quiet pad2 space-top1 center small'>
536536
Code coverage generated by
537537
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
538-
at 2025-07-18T16:43:51.898Z
538+
at 2025-07-18T16:54:06.587Z
539539
</div>
540540
<script src="../prettify.js"></script>
541541
<script>

lcov-report/src/commands/bold.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
169169
<div class='footer quiet pad2 space-top1 center small'>
170170
Code coverage generated by
171171
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
172-
at 2025-07-18T16:43:51.898Z
172+
at 2025-07-18T16:54:06.587Z
173173
</div>
174174
<script src="../../prettify.js"></script>
175175
<script>

lcov-report/src/commands/code.tsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
358358
<div class='footer quiet pad2 space-top1 center small'>
359359
Code coverage generated by
360360
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
361-
at 2025-07-18T16:43:51.898Z
361+
at 2025-07-18T16:54:06.587Z
362362
</div>
363363
<script src="../../prettify.js"></script>
364364
<script>

0 commit comments

Comments
 (0)