mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-14 02:10:59 +00:00
- 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.
23 lines
699 B
Markdown
Vendored
23 lines
699 B
Markdown
Vendored
Check file link
|
|

|
|
|
|

|
|
|
|
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.
|
|
[](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
|