Skip to content

Commit 9556e5e

Browse files
v4.0.8 feat: Export keyboard handlers and add documentation for headless mode (#697) ae03f17
1 parent 447f6bf commit 9556e5e

File tree

85 files changed

+109
-101
lines changed

Some content is hidden

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

85 files changed

+109
-101
lines changed

CONTRIBUTORS.svg

Lines changed: 10 additions & 8 deletions
Loading

asset-manifest.json

Lines changed: 5 additions & 5 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.2395b166.js",
4+
"main.js": "/static/js/main.c4d19dee.js",
55
"static/js/5.822dec6b.chunk.js": "/static/js/5.822dec6b.chunk.js",
66
"static/js/332.923f013d.chunk.js": "/static/js/332.923f013d.chunk.js",
77
"static/js/321.81cbbee7.chunk.js": "/static/js/321.81cbbee7.chunk.js",
@@ -11,7 +11,7 @@
1111
"static/js/349.cfc0be29.chunk.js": "/static/js/349.cfc0be29.chunk.js",
1212
"static/js/500.73aff8bd.chunk.js": "/static/js/500.73aff8bd.chunk.js",
1313
"static/js/858.6c8736ff.chunk.js": "/static/js/858.6c8736ff.chunk.js",
14-
"static/js/817.baa5e6a0.chunk.js": "/static/js/817.baa5e6a0.chunk.js",
14+
"static/js/817.37562d90.chunk.js": "/static/js/817.37562d90.chunk.js",
1515
"static/js/573.7e3f2855.chunk.js": "/static/js/573.7e3f2855.chunk.js",
1616
"mermaid-vendor.js": "/static/js/mermaid-vendor.bff0a5f9.js",
1717
"micromark-vendor.js": "/static/js/micromark-vendor.ae6dc896.js",
@@ -85,7 +85,7 @@
8585
"static/media/KaTeX_Size3-Regular.woff2": "/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2",
8686
"index.html": "/index.html",
8787
"main.a4ddd26b.css.map": "/static/css/main.a4ddd26b.css.map",
88-
"main.2395b166.js.map": "/static/js/main.2395b166.js.map",
88+
"main.c4d19dee.js.map": "/static/js/main.c4d19dee.js.map",
8989
"5.822dec6b.chunk.js.map": "/static/js/5.822dec6b.chunk.js.map",
9090
"332.923f013d.chunk.js.map": "/static/js/332.923f013d.chunk.js.map",
9191
"321.81cbbee7.chunk.js.map": "/static/js/321.81cbbee7.chunk.js.map",
@@ -95,7 +95,7 @@
9595
"349.cfc0be29.chunk.js.map": "/static/js/349.cfc0be29.chunk.js.map",
9696
"500.73aff8bd.chunk.js.map": "/static/js/500.73aff8bd.chunk.js.map",
9797
"858.6c8736ff.chunk.js.map": "/static/js/858.6c8736ff.chunk.js.map",
98-
"817.baa5e6a0.chunk.js.map": "/static/js/817.baa5e6a0.chunk.js.map",
98+
"817.37562d90.chunk.js.map": "/static/js/817.37562d90.chunk.js.map",
9999
"573.7e3f2855.chunk.js.map": "/static/js/573.7e3f2855.chunk.js.map",
100100
"mermaid-vendor.bff0a5f9.js.map": "/static/js/mermaid-vendor.bff0a5f9.js.map",
101101
"micromark-vendor.ae6dc896.js.map": "/static/js/micromark-vendor.ae6dc896.js.map",
@@ -117,6 +117,6 @@
117117
"static/js/parse5-vendor.979c1ec9.js",
118118
"static/js/react-vendor.7c253776.js",
119119
"static/css/main.a4ddd26b.css",
120-
"static/js/main.2395b166.js"
120+
"static/js/main.c4d19dee.js"
121121
]
122122
}

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.bff0a5f9.js"></script><script defer="defer" src="./static/js/micromark-vendor.ae6dc896.js"></script><script defer="defer" src="./static/js/katex-vendor.a1c080db.js"></script><script defer="defer" src="./static/js/d3-vendor.da958d21.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.137a3e42.js"></script><script defer="defer" src="./static/js/parse5-vendor.979c1ec9.js"></script><script defer="defer" src="./static/js/react-vendor.7c253776.js"></script><script defer="defer" src="./static/js/main.2395b166.js"></script><link href="./static/css/katex-vendor.9f8d7424.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.bff0a5f9.js"></script><script defer="defer" src="./static/js/micromark-vendor.ae6dc896.js"></script><script defer="defer" src="./static/js/katex-vendor.a1c080db.js"></script><script defer="defer" src="./static/js/d3-vendor.da958d21.js"></script><script defer="defer" src="./static/js/refractor-prismjs-vendor.137a3e42.js"></script><script defer="defer" src="./static/js/parse5-vendor.979c1ec9.js"></script><script defer="defer" src="./static/js/react-vendor.7c253776.js"></script><script defer="defer" src="./static/js/main.c4d19dee.js"></script><link href="./static/css/katex-vendor.9f8d7424.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-11-15T05:40:00.694Z
179+
at 2025-12-01T17:06:57.450Z
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-11-15T05:40:00.694Z
187+
at 2025-12-01T17:06:57.450Z
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-11-15T05:40:00.694Z
898+
at 2025-12-01T17:06:57.450Z
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-11-15T05:40:00.694Z
898+
at 2025-12-01T17:06:57.450Z
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-11-15T05:40:00.694Z
538+
at 2025-12-01T17:06:57.450Z
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-11-15T05:40:00.694Z
172+
at 2025-12-01T17:06:57.450Z
173173
</div>
174174
<script src="../../prettify.js"></script>
175175
<script>

0 commit comments

Comments
 (0)