react-naive-book-examples icon indicating copy to clipboard operation
react-naive-book-examples copied to clipboard

第二阶段最后一个功能加代码块,为什么的代码块加不上

Open greenteaone opened this issue 6 years ago • 1 comments

_getProcessedContent(content){ return content .replace(/&/g, "&") .replace(/</g, "<") .replace(/>/g, ">") .replace(/"/g, """) .replace(/'/g, "'") .replace(/([\S\s]+?)/g, '$1') } 加了断点,代码也运行到return了,但是就是没有加上code,这是怎么回事呢

greenteaone avatar Sep 20 '18 07:09 greenteaone

有报错信息吗

macc6579 avatar Mar 28 '19 10:03 macc6579