Extract Links From Markdown Block
Extract links and additional metadata from markdown text
The Extract Links From Markdown block is designed to parse markdown text and extract hyperlinks. This block can also fetch additional details such as favicons, snippets, and titles for the extracted links, enhancing the utility of markdown parsing in workflows.
Configuration (Required)
The markdown text to extract links from. Ensure that the markdown input is well-formed to accurately extract links. This field supports Jinja templating for dynamic content generation.
Whether to fetch favicons for the extracted links. The default value is true
. Enable fetching of additional details only if necessary to optimize performance.
Whether to fetch snippets for the extracted links. The default value is true
.
Whether to fetch titles for the extracted links. The default value is true
.
Outputs
The block outputs a list of extracted links with optional metadata such as titles, snippets, and favicons. This structured output allows for further processing and integration within your workflow.
Usage Context
Use this block when you need to extract and organize links from markdown content, especially when additional metadata is required for further processing or display.
Best Practices
- Ensure the markdown input is well-formed to accurately extract links.
- Consider the performance impact when enabling fetching additional metadata like titles, snippets, and favicons, as this may require additional network requests.
- Use Jinja templating in the markdown input to dynamically generate text based on workflow state.