update
This commit is contained in:
@@ -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;"
|
||||
|
||||
Reference in New Issue
Block a user