Remove underlines from Anchor content

This commit is contained in:
Dennis Reimann
2021-06-10 08:52:12 +02:00
parent 9e787015fc
commit 9328c13520

View File

@@ -13,7 +13,7 @@ mdTransformer.render = str => renderMd(str, config)
// replacements
const replacements = str => {
return str.replace(/"https:\/\/twitter\.com\/_d11n_\/?"/, '"https://bitcoinhackers.org/@d11n"')
return str.replace(/<\/?u>/g, '')
}
// slug