Skip to content

Commit 692f2db

Browse files
v4.0.5 released v4.0.5 (#676) #665 e6d24a9
1 parent 8245271 commit 692f2db

Some content is hidden

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

59 files changed

+65
-65
lines changed

asset-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.339af7dc.css",
4-
"main.js": "/static/js/main.930841a4.js",
4+
"main.js": "/static/js/main.be9c1c46.js",
55
"static/js/82.9cbaca0b.chunk.js": "/static/js/82.9cbaca0b.chunk.js",
66
"static/js/589.ba13c4b2.chunk.js": "/static/js/589.ba13c4b2.chunk.js",
77
"static/js/387.57bc7886.chunk.js": "/static/js/387.57bc7886.chunk.js",
@@ -82,7 +82,7 @@
8282
"static/media/KaTeX_Size3-Regular.woff2": "/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2",
8383
"index.html": "/index.html",
8484
"main.339af7dc.css.map": "/static/css/main.339af7dc.css.map",
85-
"main.930841a4.js.map": "/static/js/main.930841a4.js.map",
85+
"main.be9c1c46.js.map": "/static/js/main.be9c1c46.js.map",
8686
"82.9cbaca0b.chunk.js.map": "/static/js/82.9cbaca0b.chunk.js.map",
8787
"589.ba13c4b2.chunk.js.map": "/static/js/589.ba13c4b2.chunk.js.map",
8888
"387.57bc7886.chunk.js.map": "/static/js/387.57bc7886.chunk.js.map",
@@ -111,6 +111,6 @@
111111
"static/css/katex-vendor.5b9011e3.css",
112112
"static/js/katex-vendor.dd4f9519.js",
113113
"static/css/main.339af7dc.css",
114-
"static/js/main.930841a4.js"
114+
"static/js/main.be9c1c46.js"
115115
]
116116
}

badges.svg

+4-4
Loading

index.html

+1-1
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.38df6fc3.js"></script><script defer="defer" src="./static/js/micromark-vendor.a6da8f5d.js"></script><script defer="defer" src="./static/js/d3-vendor.7a5eec32.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.9e05906c.js"></script><script defer="defer" src="./static/js/parse5-vendor.37153677.js"></script><script defer="defer" src="./static/js/react-vendor.962af678.js"></script><script defer="defer" src="./static/js/katex-vendor.dd4f9519.js"></script><script defer="defer" src="./static/js/main.930841a4.js"></script><link href="./static/css/katex-vendor.5b9011e3.css" rel="stylesheet"><link href="./static/css/main.339af7dc.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.38df6fc3.js"></script><script defer="defer" src="./static/js/micromark-vendor.a6da8f5d.js"></script><script defer="defer" src="./static/js/d3-vendor.7a5eec32.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.9e05906c.js"></script><script defer="defer" src="./static/js/parse5-vendor.37153677.js"></script><script defer="defer" src="./static/js/react-vendor.962af678.js"></script><script defer="defer" src="./static/js/katex-vendor.dd4f9519.js"></script><script defer="defer" src="./static/js/main.be9c1c46.js"></script><link href="./static/css/katex-vendor.5b9011e3.css" rel="stylesheet"><link href="./static/css/main.339af7dc.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

lcov-report/index.html

+1-1
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 2024-12-18T11:56:31.916Z
179+
at 2024-12-18T12:16:42.940Z
180180
</div>
181181
<script src="prettify.js"></script>
182182
<script>

lcov-report/src/Context.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Context
181181
<div class='footer quiet pad2 space-top1 center small'>
182182
Code coverage generated by
183183
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
184-
at 2024-12-18T11:56:31.916Z
184+
at 2024-12-18T12:16:42.940Z
185185
</div>
186186
<script src="../prettify.js"></script>
187187
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Editor.
889889
<div class='footer quiet pad2 space-top1 center small'>
890890
Code coverage generated by
891891
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
892-
at 2024-12-18T11:56:31.916Z
892+
at 2024-12-18T12:16:42.940Z
893893
</div>
894894
<script src="../prettify.js"></script>
895895
<script>

lcov-report/src/Editor.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Editor.
889889
<div class='footer quiet pad2 space-top1 center small'>
890890
Code coverage generated by
891891
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
892-
at 2024-12-18T11:56:31.916Z
892+
at 2024-12-18T12:16:42.940Z
893893
</div>
894894
<script src="../prettify.js"></script>
895895
<script>

lcov-report/src/Types.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Types.t
523523
<div class='footer quiet pad2 space-top1 center small'>
524524
Code coverage generated by
525525
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
526-
at 2024-12-18T11:56:31.916Z
526+
at 2024-12-18T12:16:42.940Z
527527
</div>
528528
<script src="../prettify.js"></script>
529529
<script>

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

+1-1
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 2024-12-18T11:56:31.916Z
172+
at 2024-12-18T12:16:42.940Z
173173
</div>
174174
<script src="../../prettify.js"></script>
175175
<script>

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

+1-1
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 2024-12-18T11:56:31.916Z
361+
at 2024-12-18T12:16:42.940Z
362362
</div>
363363
<script src="../../prettify.js"></script>
364364
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2024-12-18T11:56:31.916Z
220+
at 2024-12-18T12:16:42.940Z
221221
</div>
222222
<script src="../../prettify.js"></script>
223223
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
8888
<div class='footer quiet pad2 space-top1 center small'>
8989
Code coverage generated by
9090
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
91-
at 2024-12-18T11:56:31.916Z
91+
at 2024-12-18T12:16:42.940Z
9292
</div>
9393
<script src="../../prettify.js"></script>
9494
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
163163
<div class='footer quiet pad2 space-top1 center small'>
164164
Code coverage generated by
165165
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
166-
at 2024-12-18T11:56:31.916Z
166+
at 2024-12-18T12:16:42.940Z
167167
</div>
168168
<script src="../../prettify.js"></script>
169169
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
160160
<div class='footer quiet pad2 space-top1 center small'>
161161
Code coverage generated by
162162
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163-
at 2024-12-18T11:56:31.916Z
163+
at 2024-12-18T12:16:42.940Z
164164
</div>
165165
<script src="../../prettify.js"></script>
166166
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
127127
<div class='footer quiet pad2 space-top1 center small'>
128128
Code coverage generated by
129129
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
130-
at 2024-12-18T11:56:31.916Z
130+
at 2024-12-18T12:16:42.940Z
131131
</div>
132132
<script src="../../prettify.js"></script>
133133
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
229229
<div class='footer quiet pad2 space-top1 center small'>
230230
Code coverage generated by
231231
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232-
at 2024-12-18T11:56:31.916Z
232+
at 2024-12-18T12:16:42.940Z
233233
</div>
234234
<script src="../../prettify.js"></script>
235235
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2024-12-18T11:56:31.916Z
247+
at 2024-12-18T12:16:42.940Z
248248
</div>
249249
<script src="../../prettify.js"></script>
250250
<script>

lcov-report/src/commands/index.cn.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
631631
<div class='footer quiet pad2 space-top1 center small'>
632632
Code coverage generated by
633633
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
634-
at 2024-12-18T11:56:31.916Z
634+
at 2024-12-18T12:16:42.940Z
635635
</div>
636636
<script src="../../prettify.js"></script>
637637
<script>

lcov-report/src/commands/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ <h1><a href="../../index.html">All files</a> src/commands</h1>
476476
<div class='footer quiet pad2 space-top1 center small'>
477477
Code coverage generated by
478478
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
479-
at 2024-12-18T11:56:31.916Z
479+
at 2024-12-18T12:16:42.940Z
480480
</div>
481481
<script src="../../prettify.js"></script>
482482
<script>

lcov-report/src/commands/index.ts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
727727
<div class='footer quiet pad2 space-top1 center small'>
728728
Code coverage generated by
729729
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
730-
at 2024-12-18T11:56:31.916Z
730+
at 2024-12-18T12:16:42.940Z
731731
</div>
732732
<script src="../../prettify.js"></script>
733733
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
178178
<div class='footer quiet pad2 space-top1 center small'>
179179
Code coverage generated by
180180
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
181-
at 2024-12-18T11:56:31.916Z
181+
at 2024-12-18T12:16:42.940Z
182182
</div>
183183
<script src="../../prettify.js"></script>
184184
<script>

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

+1-1
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 2024-12-18T11:56:31.916Z
172+
at 2024-12-18T12:16:42.940Z
173173
</div>
174174
<script src="../../prettify.js"></script>
175175
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2024-12-18T11:56:31.916Z
247+
at 2024-12-18T12:16:42.940Z
248248
</div>
249249
<script src="../../prettify.js"></script>
250250
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
388388
<div class='footer quiet pad2 space-top1 center small'>
389389
Code coverage generated by
390390
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
391-
at 2024-12-18T11:56:31.916Z
391+
at 2024-12-18T12:16:42.940Z
392392
</div>
393393
<script src="../../prettify.js"></script>
394394
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
349349
<div class='footer quiet pad2 space-top1 center small'>
350350
Code coverage generated by
351351
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
352-
at 2024-12-18T11:56:31.916Z
352+
at 2024-12-18T12:16:42.940Z
353353
</div>
354354
<script src="../../prettify.js"></script>
355355
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
202202
<div class='footer quiet pad2 space-top1 center small'>
203203
Code coverage generated by
204204
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
205-
at 2024-12-18T11:56:31.916Z
205+
at 2024-12-18T12:16:42.940Z
206206
</div>
207207
<script src="../../prettify.js"></script>
208208
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
178178
<div class='footer quiet pad2 space-top1 center small'>
179179
Code coverage generated by
180180
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
181-
at 2024-12-18T11:56:31.916Z
181+
at 2024-12-18T12:16:42.940Z
182182
</div>
183183
<script src="../../prettify.js"></script>
184184
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2024-12-18T11:56:31.916Z
229+
at 2024-12-18T12:16:42.940Z
230230
</div>
231231
<script src="../../prettify.js"></script>
232232
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
166166
<div class='footer quiet pad2 space-top1 center small'>
167167
Code coverage generated by
168168
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
169-
at 2024-12-18T11:56:31.916Z
169+
at 2024-12-18T12:16:42.940Z
170170
</div>
171171
<script src="../../prettify.js"></script>
172172
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
118118
<div class='footer quiet pad2 space-top1 center small'>
119119
Code coverage generated by
120120
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121-
at 2024-12-18T11:56:31.916Z
121+
at 2024-12-18T12:16:42.940Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
118118
<div class='footer quiet pad2 space-top1 center small'>
119119
Code coverage generated by
120120
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121-
at 2024-12-18T11:56:31.916Z
121+
at 2024-12-18T12:16:42.940Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
118118
<div class='footer quiet pad2 space-top1 center small'>
119119
Code coverage generated by
120120
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121-
at 2024-12-18T11:56:31.916Z
121+
at 2024-12-18T12:16:42.940Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/commands
118118
<div class='footer quiet pad2 space-top1 center small'>
119119
Code coverage generated by
120120
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121-
at 2024-12-18T11:56:31.916Z
121+
at 2024-12-18T12:16:42.940Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

0 commit comments

Comments
 (0)