MCPcopy Create free account
hub / github.com/markdown-it/markdown-it / state_inline.mjs

File state_inline.mjs

lib/rules_inline/state_inline.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Inline parser state
2
3import Token from '../token.mjs'
4import { isWhiteSpace, isPunctCharCode, isMdAsciiPunct } from '../common/utils.mjs'

Callers

nothing calls this directly

Calls 3

isMdAsciiPunctFunction · 0.90
isPunctCharCodeFunction · 0.90
isWhiteSpaceFunction · 0.90

Tested by

no test coverage detected