github-action-markdown-link.../md/dir2/level-1a.md

27 lines
562 B
Markdown
Raw Permalink Normal View History

2020-04-03 05:26:57 +03:00
## Test internal and external links
www.google.com
[This is a broken link](https://www.exampleexample.cox)
[This is another broken link](http://ignored-domain.com) but its ignored using a
configuration file.
2020-04-03 05:26:57 +03:00
### Alpha
This [exists](#alpha).
This [one does not](#does-not).
References and definitions are [checked][alpha] [too][charlie].
### Bravo
Headings in `readme.md` are [not checked](file1.md#bravo).
But [missing files are reported](missing-example.js).
[alpha]: #alpha
[charlie]: #charlie
External file: [Charlie](./file2.md/#charlie)
Modified.