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