> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.DocumentsToMarkdownResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface DocumentsToMarkdownResult

```typescript
interface DocumentsToMarkdownResult {
    markdown: string;
    truncated: boolean;
}
```

Types: [markdown](#markdown), [truncated](#truncated)

##### Index

### <a id="properties"></a>Properties

[markdown](#markdown) [truncated](#truncated)

## <a id="properties-1"></a>Properties

### <a id="markdown"></a>markdown

```typescript
markdown: string
```

GitHub-Flavored Markdown.

### <a id="truncated"></a>truncated

```typescript
truncated: boolean
```

True when the conversion was longer than the host's return cap and the Markdown above is a prefix of the real document.
