(refs #945)Remove ?raw=true from url other than images

This commit is contained in:
Naoki Takezoe
2015-10-18 23:04:47 +09:00
parent 2ab217251a
commit 80ebd9fb0e

View File

@@ -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 = {