mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 20:36:45 +02:00
(refs #945)Remove ?raw=true from url other than images
This commit is contained in:
@@ -110,7 +110,7 @@ object Markdown {
|
||||
}
|
||||
|
||||
override def link(href: String, title: String, text: String): String = {
|
||||
super.link(fixUrl(href, true), title, text)
|
||||
super.link(fixUrl(href, false), title, text)
|
||||
}
|
||||
|
||||
override def image(href: String, title: String, text: String): String = {
|
||||
|
||||
Reference in New Issue
Block a user