StrikeThroughParser

Deprecated

Use EmphasisLikeParser with StrikeThroughDelimiterParser instead

Replace with

import org.intellij.markdown.parser.sequentialparsers.EmphasisLikeParser
import org.intellij.markdown.flavours.gfm.StrikeThroughDelimiterParser
EmphasisLikeParser(StrikeThroughDelimiterParser())

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun parse(tokens: TokensCache, rangesToGlue: List<IntRange>): SequentialParser.ParsingResult