All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.pamflet-knockoff_2.10.0.6.0.source-code.imgs.scala Maven / Gradle / Ivy

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