Skip to content

[Bug] Parsing fails to omit inline ` for html <code> tags in headings and omits all content in pre tags #507

@loncharles

Description

@loncharles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions