object
MarkdownRewriterPlugin extends Plugin
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildSettings: Seq[sbt.Def.Setting[_]]
-
def
clone(): AnyRef
-
def
doCommand(state: State, args: Seq[String]): State
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
globalSettings: Seq[sbt.Def.Setting[_]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
projectSettings: Seq[sbt.Def.Setting[_]]
-
val
renderers: SettingKey[Map[String, MarkdownRenderer]]
-
lazy val
settings: Seq[sbt.Def.Setting[_ >: Map[String, MarkdownRenderer] with Seq[Command] <: Iterable[AnyRef] with PartialFunction[String with Int, AnyRef] { def seq: Iterable[Object] with PartialFunction[String with Int,Object]{def seq: Iterable[Any] with PartialFunction[Nothing,Any]} }]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Plugin
Inherited from AnyRef
Inherited from Any
Plugin for SBT that provides a task to convert Markdown files into other text-based formats, in the first instance, simple HTML files suitable for the Typesafe Activator and for the Cake Solutions Blog.