allow bookmarks to use richtext

This commit is contained in:
friendica
2014-02-05 16:28:51 -08:00
parent da8a79ebfa
commit 1b406be544
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -75,7 +75,7 @@
// example: <strong> to [b]
rep(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi,"[url=$1]$2[/url]");
rep(/<a.*?href=\"(.*?)\".*?>(.*?)<\/a>/gi,"#^[url=$1]$2[/url]");
rep(/<span style=\"font-size:(.*?);\">(.*?)<\/span>/gi,"[size=$1]$2[/size]");
rep(/<span style=\"color:(.*?);\">(.*?)<\/span>/gi,"[color=$1]$2[/color]");
rep(/<font>(.*?)<\/font>/gi,"$1");