EmphStrongParser

Deprecated

Use EmphasisLikeParser with EmphStrongDelimiterParser instead

Replace with

import org.intellij.markdown.parser.sequentialparsers.EmphasisLikeParser
import org.intellij.markdown.parser.sequentialparsers.impl.EmphStrongDelimiterParser
EmphasisLikeParser(EmphStrongDelimiterParser())

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

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