r.pamflet-knockoff_2.10.0.6.0.source-code.imgs.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pamflet-knockoff_2.10 Show documentation
Show all versions of pamflet-knockoff_2.10 Show documentation
Extensions to the Knockoff Markdown parser
The newest version!
package pamflet
import scala.xml.Node
import com.tristanhunt.knockoff._
// see http://www.w3.org/html/wg/drafts/html/master/syntax.html#void-elements
trait Html5Imgs extends Discounter { self: XHTMLWriter =>
override def imageLinkToXHTML : ( Seq[Span], String, Option[String] ) => Node = {
( spans, url, title ) =>
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy