@uiw/react-markdown-editor
Advanced tools
Comparing version
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ReactCodeMirrorRef } from '@uiw/react-codemirror'; | ||
@@ -3,0 +2,0 @@ import { bold } from './bold'; |
@@ -29,3 +29,3 @@ "use strict"; | ||
var mark = '1. '; | ||
var matchMark = lineInfo.text.match(/^\1\./); | ||
var matchMark = lineInfo.text.match(/^1\./); | ||
if (matchMark && matchMark[0]) { | ||
@@ -32,0 +32,0 @@ mark = ''; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ReactCodeMirrorRef } from '@uiw/react-codemirror'; | ||
@@ -3,0 +2,0 @@ import { bold } from './bold'; |
@@ -25,3 +25,3 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
var mark = '1. '; | ||
var matchMark = lineInfo.text.match(/^\1\./); | ||
var matchMark = lineInfo.text.match(/^1\./); | ||
if (matchMark && matchMark[0]) { | ||
@@ -28,0 +28,0 @@ mark = ''; |
{ | ||
"name": "@uiw/react-markdown-editor", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "A markdown editor with preview, implemented with React.js and TypeScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-markdown-editor", |
Sorry, the diff of this file is not supported yet
173382
-0.04%4037
-0.05%