Processor

class Processor(implicit ctx: Context)
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendChild(doc: MarkdownFile, text: String): Unit
def handleCoursierError(instrumented: Instrumented, e: CoursierError): Unit
def processPreInput(doc: MarkdownFile, custom: PreFenceInput): Unit
def processScalaInputs(doc: MarkdownFile, inputs: List[ScalaFenceInput], relpath: RelativePath, filename: String): Unit
def processScalaInputs(doc: MarkdownFile, inputs: List[ScalaFenceInput], relpath: RelativePath, filename: String, sectionInputs: List[SectionInput], instrumented: Instrumented, markdownCompiler: MarkdownCompiler): Unit
def replaceNodeWithText(doc: MarkdownFile, toReplace: CodeFence, text: String): Unit
def runModifier(name: String, fn: () => Unit): Unit