micromark / micromark-extension-gfm

micromark extension to support GFM (GitHub Flavored Markdown)
https://unifiedjs.com
MIT License
27 stars 2 forks source link

Autolinks get detected in raw HTML, leading to invalid markup #5

Closed trieloff closed 2 years ago

trieloff commented 2 years ago

Initial checklist

Affected packages and versions

micromark-extension-gfm@15.14.0

Link to runnable example

https://github.com/micromark/micromark-extension-gfm/pull/4

Steps to reproduce

See https://github.com/micromark/micromark-extension-gfm-autolink-literal

Expected behavior

Autolinks within existing HTML a tags should not create another link, but be left alone.

Actual behavior

A link is created within the link.

Runtime

Node v16

Package manager

npm v6

OS

macOS

Build and bundle tools

No response

github-actions[bot] commented 2 years ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.

wooorm commented 2 years ago

Same as GH-4!