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

Description
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.