mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2026-05-06 13:47:52 +02:00
test: add cases for fragments checking
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Awesome
|
||||
|
||||
<input name="name-should-be-ignored" id="id-after-name" />
|
||||
test/fixtures/invalid/ignore-name-fragment-if-not-an-anchor/ignore-name-fragment-if-not-an-anchor.md
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
# Invalid
|
||||
|
||||
[Invalid](./awesome.md#name-should-be-ignored)
|
||||
Reference in New Issue
Block a user