If you have content that uses pre or code html tags within content that is parsed as a heading in markdown, both create issues.
For code tags the emitted content is not wrapped in backticks (`) to preserve its formatting as inline code.
ex produced content:
✅ 2. proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
vs expected:
✅ 2. proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
For pre tags the content is completely missing from the emitted markdown.
ex produced content (incl. expected backticks):
✅ 2. proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
vs expected:
✅ 2. proxycrawl, proxybroker, proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
If you have content that uses pre or code html tags within content that is parsed as a heading in markdown, both create issues.
For code tags the emitted content is not wrapped in backticks (`) to preserve its formatting as inline code.
ex produced content:
✅ 2. proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
vs expected:
✅ 2.
proxycrawl,scraperapi,brightdata(formerly Luminati),oxylabsFor pre tags the content is completely missing from the emitted markdown.
ex produced content (incl. expected backticks):
✅ 2. proxycrawl, scraperapi, brightdata (formerly Luminati), oxylabs
vs expected:
✅ 2.
proxycrawl,proxybroker,proxycrawl,scraperapi,brightdata(formerly Luminati),oxylabs