docs
0.6.1
common
docs
/
org.intellij.markdown.parser.sequentialparsers
/
SequentialParserUtil
/
Companion
Companion
object
Companion
Members
Functions
filter
Blockquotes
Link copied to clipboard
fun
filterBlockquotes
(
tokensCache
:
TokensCache
,
textRange
:
IntRange
)
:
List
<
IntRange
>
is
Punctuation
Link copied to clipboard
fun
isPunctuation
(
info
:
TokensCache.Iterator
,
lookup
:
Int
)
:
Boolean
is
Whitespace
Link copied to clipboard
fun
isWhitespace
(
info
:
TokensCache.Iterator
,
lookup
:
Int
)
:
Boolean