Neaten Medium avatar
parent
f7bc315a79
commit
69598b11ab
|
@ -43,6 +43,12 @@ module.exports = {
|
|||
find: '(https://miro.medium.com/max/60/',
|
||||
replacement: '(https://miro.medium.com/max/600/'
|
||||
}
|
||||
],
|
||||
replace: [
|
||||
{
|
||||
find: /\s*\[\s*!\[([^\]]+)\]\(([^\)]+)\)\s*\]\((https:\/\/medium.com\/@[^\?\)]*)\?[^\)]*\)\s*/g,
|
||||
replacement: '![$1]($2)\n[$1]($3)\n\n'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue