InlineCode

Markdown code (text) (inline).

Extends

Properties

data?

optional data: InlineCodeData

Data associated with the mdast code (text).

Overrides

Literal.data

Defined in

node_modules/@types/mdast/index.d.ts:794


position?

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.

Inherited from

Literal.position

Defined in

node_modules/@types/unist/index.d.ts:103


type

type: "inlineCode"

Node type of mdast code (text).

Overrides

Literal.type

Defined in

node_modules/@types/mdast/index.d.ts:790


value

value: string

Plain-text value.

Inherited from

Literal.value

Defined in

node_modules/@types/mdast/index.d.ts:472