(refs #945)Remove ?raw=true from url other than images
1 parent 2ab2172 commit 80ebd9fb0e347c2c0cadf0659715be1140c93b93
@Naoki Takezoe Naoki Takezoe authored on 18 Oct 2015
Showing 1 changed file
View
2
■■■
src/main/scala/gitbucket/core/view/Markdown.scala
t2
}
 
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 = {
super.image(fixUrl(href, true), title, text)