mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 01:00:44 +08:00
Update html-to-markdown.ts
This commit is contained in:
parent
240e4e4702
commit
f385b250be
@ -64,7 +64,7 @@ export async function parseMarkdown(
|
|||||||
|
|
||||||
markdownContent = processMultiLineLinks(markdownContent);
|
markdownContent = processMultiLineLinks(markdownContent);
|
||||||
markdownContent = removeSkipToContentLinks(markdownContent);
|
markdownContent = removeSkipToContentLinks(markdownContent);
|
||||||
logger.info(`HTML to Markdown conversion using Go parser successful`);
|
// logger.info(`HTML to Markdown conversion using Go parser successful`);
|
||||||
return markdownContent;
|
return markdownContent;
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user