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

ends.pamflet-knockoff_2.13.0.12.0.source-code.imgs.scala Maven / Gradle / Ivy

The newest version!
package pamflet

import scala.xml.Node
import knockoff._

// see http://www.w3.org/html/wg/drafts/html/master/syntax.html#void-elements
trait Html5Imgs extends Discounter { self: XHTMLWriter =>
  override def imageLinkToXHTML : ( collection.Seq[Span], String, Option[String] ) => Node = {
    ( spans, url, title ) => {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy