> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# isInline

> **isInline**(`snapshot`, `path`): `boolean`

Defined in: is-inline.ts:13

Determine if a node at the given path is inline.

A node is inline if its parent is a text block. This is the inverse of
`isBlock`. Top-level nodes are never inline.

## Parameters

### snapshot

`TraversalSnapshot`

### path

`Path`

## Returns

`boolean`