Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

HTML-wrapped code blocks contents are parsed #363

@mgol

Description

@mgol

GitHub's Markdown parser doesn't seem to parse backticks-contained text even when put inside of HTML; the following Markdown:

Some content

<div>`<style>`</div>

More content - invisible.

will render just fine while marky-markdown cuts everything off after the <style> part. This broke readme of Webpack's style-loader; see https://www.npmjs.com/package/style-loader & webpack/style-loader#227.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions