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

30 lines
793 B
Markdown
Raw Permalink 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
2020-12-09 17:24:28 +03:00
configuration file.
This is to test URLencoding.
<https://en.wikipedia.org/wiki/Glob_%28programming%29>
2020-12-09 18:25:25 +03:00
<https://www.google.com/?q=url%20with%20a%20space>
2020-02-13 04:01:28 +03:00
### 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