Markdown code (flow) (block).
optional
data:CodeData
Data associated with the mdast code (flow).
node_modules/@types/mdast/index.d.ts:574
optional
lang:null
|string
Language of computer code being marked up.
node_modules/@types/mdast/index.d.ts:564
optional
meta:null
|string
Custom information relating to the node.
If the lang field is present, a meta field can be present.
node_modules/@types/mdast/index.d.ts:570
optional
position:Position
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
node_modules/@types/unist/index.d.ts:103
type:
"code"
Node type of mdast code (flow).
node_modules/@types/mdast/index.d.ts:560
value:
string
Plain-text value.
node_modules/@types/mdast/index.d.ts:472