mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
47 lines
701 B
Markdown
47 lines
701 B
Markdown
|
# Valid Internal Links Test
|
||
|
|
||
|
Valid path
|
||
|
|
||
|
[Text](test.md)
|
||
|
|
||
|
Valid relative path
|
||
|
|
||
|
[Text](../valid-images/test.md)
|
||
|
|
||
|
Invalid path
|
||
|
|
||
|
[Text](test.invalid)
|
||
|
|
||
|
Valid relative path
|
||
|
|
||
|
[Text](../valid-images/invalid.md)
|
||
|
|
||
|
No file
|
||
|
|
||
|
[Text](../valid-images)
|
||
|
|
||
|
As child: valid [Text](test.md) invalid [Text](test.invalid)
|
||
|
|
||
|
[Anchor](#valid-anchor)
|
||
|
[Anchor](#invalid-anchor)
|
||
|
|
||
|
## Valid Anchor
|
||
|
|
||
|
Valid relative path with anchor
|
||
|
|
||
|
[Text](../valid-images/test.md#valid-external-anchor)
|
||
|
|
||
|
Valid relative path with invalid anchor
|
||
|
|
||
|
[Text](../valid-images/test.md#invalid-external-anchor)
|
||
|
|
||
|
## Anchor with question?
|
||
|
|
||
|
[Anchor](#anchor-with-question)
|
||
|
|
||
|
## Anchor with umlaut üÜß
|
||
|
|
||
|
[Anchor](#anchor-with-umlaut-ueuess)
|
||
|
|
||
|
[LinkWithoutSrc]()
|