mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-17 21:25:29 +01:00
Reimplement MD034/no-bare-urls using micromark tokens (fixes #707).
This commit is contained in:
parent
64159fa456
commit
b990b3ea77
22 changed files with 1495 additions and 947 deletions
|
|
@ -10,6 +10,7 @@ Every Markdown Syntax
|
|||
Text *emphasized* **strong** ___emphasized+strong___.
|
||||
Text `code` <strike>html</strike> <https://example.com/page>.
|
||||
Text [link](https://example.com/page) [link][] [link] ![image][link].
|
||||
Text https://example.com/page.
|
||||
|
||||
Hard
|
||||
line break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue