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