mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Remove underlines from Anchor content
This commit is contained in:
@@ -13,7 +13,7 @@ mdTransformer.render = str => renderMd(str, config)
|
|||||||
|
|
||||||
// replacements
|
// replacements
|
||||||
const replacements = str => {
|
const replacements = str => {
|
||||||
return str.replace(/"https:\/\/twitter\.com\/_d11n_\/?"/, '"https://bitcoinhackers.org/@d11n"')
|
return str.replace(/<\/?u>/g, '')
|
||||||
}
|
}
|
||||||
|
|
||||||
// slug
|
// slug
|
||||||
|
|||||||
Reference in New Issue
Block a user