github-action-markdown-link.../md/file1.md

26 lines
658 B
Markdown
Raw Normal View History

2020-02-13 04:01:28 +03:00
## Test internal and external links
www.google.com
2020-04-05 13:20:35 +03:00
<!-- markdown-link-check-disable-next-line -->
2020-02-13 04:01:28 +03:00
[This is a broken link](https://www.exampleexample.cox)
2020-04-05 13:20:35 +03:00
<!-- markdown-link-check-disable-next-line -->
2020-02-13 04:01:28 +03:00
[This is another broken link](http://ignored-domain.com) but its ignored using a
configuration file.
### Alpha
This [exists](#alpha).
2020-04-05 13:20:35 +03:00
<!-- markdown-link-check-disable-next-line -->
2020-02-13 04:01:28 +03:00
This [one does not](#does-not).
2020-04-05 13:20:35 +03:00
References and definitions are [checked][alpha].
2020-02-13 04:01:28 +03:00
### Bravo
Headings in `readme.md` are [not checked](file1.md#bravo).
2020-04-05 13:20:35 +03:00
<!-- markdown-link-check-disable-next-line -->
2020-02-13 04:01:28 +03:00
But [missing files are reported](missing-example.js).
[alpha]: #alpha