chore: prettier packages codes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module.exports = function cardWrapper(html) {
|
||||
const group = html.replace(/<h3/g, ':::<h3').replace(/<h2/g, ':::<h2').split(':::');
|
||||
const group = html
|
||||
.replace(/<h3/g, ':::<h3')
|
||||
.replace(/<h2/g, ':::<h2')
|
||||
.split(':::');
|
||||
|
||||
return group
|
||||
.map(fragment => {
|
||||
|
||||
Reference in New Issue
Block a user