WikiCodeBlockParser

class WikiCodeBlockParser(options: DataHolder, var fenceLength: Int, var fenceIndent: Int, var fenceMarkerIndent: Int) extends AbstractBlockParser

Copied from FencedCodeBlockParser.

Companion
object
class AbstractBlockParser
trait BlockParser
class Object
trait Matchable
class Any

Value members

Concrete methods

override def addLine(state: ParserState, line: BasedSequence): Unit
Definition Classes
AbstractBlockParser -> BlockParser
override def closeBlock(state: ParserState): Unit
Definition Classes
BlockParser
def getBlock: Block
override def isPropagatingLastBlankLine(lastMatchedBlockParser: BlockParser): Boolean
Definition Classes
AbstractBlockParser -> BlockParser
def tryContinue(state: ParserState): BlockContinue

Inherited methods

Inherited from
AbstractBlockParser
def canContain(x$0: ParserState, x$1: BlockParser, x$2: Block): Boolean
Inherited from
AbstractBlockParser
def canInterruptBy(x$0: BlockParserFactory): Boolean
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
def getBlockContent(): BlockContent
Inherited from
AbstractBlockParser
def getDataHolder(): MutableDataHolder
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser
def parseInlines(x$0: InlineParser): Unit
Inherited from
AbstractBlockParser
Inherited from
AbstractBlockParser

Concrete fields