---
title: "Extract Numbered Lists"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/markdown/extractnumberedlists
markdown: https://docs.nodetool.ai/nodes/lib/markdown/extractnumberedlists.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/markdown/extractnumberedlists.md
---

# Extract Numbered Lists

**Type:** `lib.markdown.ExtractNumberedLists`

**Namespace:** `lib.markdown`

## Description

Extracts numbered lists from markdown.
    markdown, lists, numbered, extraction

    Use cases:
    - Extract ordered list items
    - Analyze enumerated structures
    - Convert numbered lists to structured data

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| markdown | `str` | The markdown text to analyze | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[list[str]]` |  |

## Related Nodes

Browse other nodes in the [lib.markdown](./) namespace.
