Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
Token from
'../token.mjs'
4
import
{ isWhiteSpace, isPunctCharCode, isMdAsciiPunct } from
'../common/utils.mjs'
Callers
nothing calls this directly
Calls
3
isMdAsciiPunct
Function · 0.90
isPunctCharCode
Function · 0.90
isWhiteSpace
Function · 0.90
Tested by
no test coverage detected