mirror of
https://github.com/typecho/typecho.git
synced 2025-04-05 18:52:27 +02:00
fix markdown
This commit is contained in:
parent
ecd7b5b8cf
commit
550a2e4245
@ -1339,7 +1339,7 @@ class Markdown {
|
||||
|
||||
$url = $this->encodeAttribute($matches[2] . $matches[3]);
|
||||
$link = "<a rel=\"nofollow\" href=\"$url\">$url</a>";
|
||||
return '<' . $protocol . $link . '>' . $this->tail;
|
||||
return '<' . $protocol . $this->hashPart($link) . '>' . $this->tail;
|
||||
}
|
||||
|
||||
protected function _doAutoLinks_email_callback($matches) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user