You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width,initial-scale=1"><metahttp-equiv="X-UA-Compatible" content="ie=edge"><title>Markdown Editor for React.</title><metaname="keywords" content="react,component,markdown,preview,editor"/><metaname="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.."/><scriptdefer="defer" src="./static/js/mermaid-vendor.5de26060.js"></script><scriptdefer="defer" src="./static/js/micromark-vendor.a1a0b847.js"></script><scriptdefer="defer" src="./static/js/d3-vendor.23d12c84.js"></script><scriptdefer="defer" src="./static/js/refractor-prismjs-vendor.8248c3fc.js"></script><scriptdefer="defer" src="./static/js/parse5-vendor.4c31f4ee.js"></script><scriptdefer="defer" src="./static/js/react-vendor.962af678.js"></script><scriptdefer="defer" src="./static/js/katex-vendor.f6a36351.js"></script><scriptdefer="defer" src="./static/js/main.9acd1b79.js"></script><linkhref="./static/css/katex-vendor.5164b130.css" rel="stylesheet"><linkhref="./static/css/main.687c4242.css" rel="stylesheet"></head><body><divid="root"></div></body></html>
1
+
<!doctype html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width,initial-scale=1"><metahttp-equiv="X-UA-Compatible" content="ie=edge"><title>Markdown Editor for React.</title><metaname="keywords" content="react,component,markdown,preview,editor"/><metaname="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.."/><scriptdefer="defer" src="./static/js/mermaid-vendor.38df6fc3.js"></script><scriptdefer="defer" src="./static/js/micromark-vendor.a6da8f5d.js"></script><scriptdefer="defer" src="./static/js/d3-vendor.7a5eec32.js"></script><scriptdefer="defer" src="./static/js/refractor-prismjs-vendor.9e05906c.js"></script><scriptdefer="defer" src="./static/js/parse5-vendor.37153677.js"></script><scriptdefer="defer" src="./static/js/react-vendor.962af678.js"></script><scriptdefer="defer" src="./static/js/katex-vendor.dd4f9519.js"></script><scriptdefer="defer" src="./static/js/main.930841a4.js"></script><linkhref="./static/css/katex-vendor.5b9011e3.css" rel="stylesheet"><linkhref="./static/css/main.339af7dc.css" rel="stylesheet"></head><body><divid="root"></div></body></html>
<spanclass="cline-any cline-neutral"> </span></td><tdclass="text"><preclass="prettyprint lang-js">import type { CSSProperties } from 'react';
368
+
<spanclass="cline-any cline-neutral"> </span></td><tdclass="text"><preclass="prettyprint lang-js">import type { CSSProperties, JSX } from 'react';
369
369
import type { MarkdownPreviewProps } from '@uiw/react-markdown-preview/nohighlight';
370
370
import type { ITextAreaProps } from './components/TextArea/index.nohighlight';
371
371
import type { ICommand, TextState } from './commands';
0 commit comments