This commit is contained in:
hackrobot
2024-05-21 17:14:23 +08:00
parent cda065780a
commit c09f8d560c

View File

@@ -167,7 +167,9 @@ renderer.codespan = function (text) {
renderer.blockquote = function (quote) {
// console.log("quote", quote);
let content = null;
var regex = /<p>(.*?)<\/p>/;
// var regex = /<p>(.*?)<\/p>/;
var regex = /<div>(.*?)<\/div>/;
var str = quote;
var match = regex.exec(str);
if (match != null) {
@@ -307,7 +309,6 @@ const Index = () => {
</div>
</div>
<div className={styles.down}>
{' '}
<div className={styles.left}>
<TextArea
// styles="background:#fff;width:100%;min-height:80px;padding:0 30rpx;"