Fix failing sample
This commit is contained in:
parent
08a8cece61
commit
82cb42813a
@ -39,9 +39,9 @@ class CustomHeadingParserSample : MarkwonTextViewSample() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object MyHeadingBlockParserFactory : BlockParserFactory {
|
object MyHeadingBlockParserFactory : BlockParserFactory {
|
||||||
override fun tryStart(state: ParserState, matchedBlockParser: MatchedBlockParser): BlockStart {
|
override fun tryStart(state: ParserState, matchedBlockParser: MatchedBlockParser): BlockStart? {
|
||||||
// TODO("Not yet implemented")
|
// TODO("Not yet implemented")
|
||||||
return BlockStart.none()
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user