Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markdoc/markdoc
/ transformAttributes
Method
transformAttributes
src/ast/node.ts:73–75 ·
view source on GitHub ↗
(config: Config = {})
Source
from the content-addressed store, hash-verified
71
}
72
73
transformAttributes(config: Config = {}) {
74
return
transformer.attributes(this, config);
75
}
76
77
transformChildren(config: Config): RenderableTreeNode[] {
78
return
transformer.children(this, config);
Callers
2
transform
Function · 0.80
transform
Function · 0.80
Calls
1
attributes
Method · 0.80
Tested by
1
transform
Function · 0.64