lychee/fixtures/TEST.md
Hugo McNally 8e6369377c
Introduce fragment checking for links to markdown files. (#1126)
- Implemented enhancements to include fragments in file links
- Checked links to markdown files with fragments, generating unique kebab case and heading attributes.
- Made code more idiomatic and added an integration test.
- Updated documentation.
- Fixed issues with heading attributes fragments and ensured proper handling of file errors.
2023-07-31 16:04:00 +02:00

23 lines
699 B
Markdown
Vendored

Check file link
![Logo](../assets/banner.svg)
![Fragment only link](#awesome)
Normal link, which should work as expected.
[Wikipedia](https://en.wikipedia.org/wiki/Static_program_analysis)
Just a normal link without any markup around it should work, too.
https://endler.dev
Test GZIP compression. (See https://github.com/analysis-tools-dev/static-analysis/issues/350)
[LDRA](https://ldra.com)
Some more complex formatting to test that Markdown parsing works.
[![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)
Test HTTP and HTTPS for the same site.
http://example.com
https://example.com
test@example.com
mailto:test2@example.com