Skip to content

Commit 93c76c7

Browse files
v3.25.3 released v3.25.3 (#589) aef64b4
1 parent e1e1b8c commit 93c76c7

Some content is hidden

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

56 files changed

+60
-60
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.9e7519a5.css",
4-
"main.js": "/static/js/main.8156040a.js",
4+
"main.js": "/static/js/main.ed14030a.js",
55
"refractor-prismjs-vendor.js": "/static/js/refractor-prismjs-vendor.82260c44.js",
66
"micromark-vendor.js": "/static/js/micromark-vendor.469bd0be.js",
77
"parse5-vendor.js": "/static/js/parse5-vendor.f91b5dd8.js",
@@ -72,7 +72,7 @@
7272
"static/media/KaTeX_Size3-Regular.woff2": "/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2",
7373
"index.html": "/index.html",
7474
"main.9e7519a5.css.map": "/static/css/main.9e7519a5.css.map",
75-
"main.8156040a.js.map": "/static/js/main.8156040a.js.map",
75+
"main.ed14030a.js.map": "/static/js/main.ed14030a.js.map",
7676
"refractor-prismjs-vendor.82260c44.js.map": "/static/js/refractor-prismjs-vendor.82260c44.js.map",
7777
"micromark-vendor.469bd0be.js.map": "/static/js/micromark-vendor.469bd0be.js.map",
7878
"parse5-vendor.f91b5dd8.js.map": "/static/js/parse5-vendor.f91b5dd8.js.map",
@@ -90,6 +90,6 @@
9090
"static/js/katex-vendor.edf32032.js",
9191
"static/js/mermaid-vendor.f2796e86.js",
9292
"static/css/main.9e7519a5.css",
93-
"static/js/main.8156040a.js"
93+
"static/js/main.ed14030a.js"
9494
]
9595
}

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/refractor-prismjs-vendor.82260c44.js"></script><script defer="defer" src="./static/js/micromark-vendor.469bd0be.js"></script><script defer="defer" src="./static/js/parse5-vendor.f91b5dd8.js"></script><script defer="defer" src="./static/js/react-vendor.d6e737a5.js"></script><script defer="defer" src="./static/js/katex-vendor.edf32032.js"></script><script defer="defer" src="./static/js/mermaid-vendor.f2796e86.js"></script><script defer="defer" src="./static/js/main.8156040a.js"></script><link href="./static/css/katex-vendor.d6517351.css" rel="stylesheet"><link href="./static/css/main.9e7519a5.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/refractor-prismjs-vendor.82260c44.js"></script><script defer="defer" src="./static/js/micromark-vendor.469bd0be.js"></script><script defer="defer" src="./static/js/parse5-vendor.f91b5dd8.js"></script><script defer="defer" src="./static/js/react-vendor.d6e737a5.js"></script><script defer="defer" src="./static/js/katex-vendor.edf32032.js"></script><script defer="defer" src="./static/js/mermaid-vendor.f2796e86.js"></script><script defer="defer" src="./static/js/main.ed14030a.js"></script><link href="./static/css/katex-vendor.d6517351.css" rel="stylesheet"><link href="./static/css/main.9e7519a5.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 2023-11-10T03:39:41.882Z
179+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
184+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
892+
at 2023-11-10T03:49:13.471Z
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
@@ -892,7 +892,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> Editor.
892892
<div class='footer quiet pad2 space-top1 center small'>
893893
Code coverage generated by
894894
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
895-
at 2023-11-10T03:39:41.882Z
895+
at 2023-11-10T03:49:13.471Z
896896
</div>
897897
<script src="../prettify.js"></script>
898898
<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 2023-11-10T03:39:41.882Z
526+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
172+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
361+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
220+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
91+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
166+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
163+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
130+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
232+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
247+
at 2023-11-10T03:49:13.471Z
248248
</div>
249249
<script src="../../prettify.js"></script>
250250
<script>

lcov-report/src/commands/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h1><a href="../../index.html">All files</a> src/commands</h1>
461461
<div class='footer quiet pad2 space-top1 center small'>
462462
Code coverage generated by
463463
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
464-
at 2023-11-10T03:39:41.882Z
464+
at 2023-11-10T03:49:13.471Z
465465
</div>
466466
<script src="../../prettify.js"></script>
467467
<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 2023-11-10T03:39:41.882Z
730+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
181+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
172+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
247+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
391+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
352+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
205+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
181+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
229+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
169+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

lcov-report/src/commands/title5.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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

lcov-report/src/commands/title6.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 2023-11-10T03:39:41.882Z
121+
at 2023-11-10T03:49:13.471Z
122122
</div>
123123
<script src="../../prettify.js"></script>
124124
<script>

lcov-report/src/components/DragBar/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1><a href="../../../index.html">All files</a> src/components/DragBar</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2023-11-10T03:39:41.882Z
104+
at 2023-11-10T03:49:13.471Z
105105
</div>
106106
<script src="../../../prettify.js"></script>
107107
<script>

lcov-report/src/components/DragBar/index.tsx.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/compo
328328
<div class='footer quiet pad2 space-top1 center small'>
329329
Code coverage generated by
330330
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
331-
at 2023-11-10T03:39:41.882Z
331+
at 2023-11-10T03:49:13.471Z
332332
</div>
333333
<script src="../../../prettify.js"></script>
334334
<script>

0 commit comments

Comments
 (0)