mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7a01793062
* Revert "Revert "markdown format"" * fix formating * fix readme * add .markdownlint.json * add markdownlint-rules-grav-pages * add markdownlint-rules-grav-pages files * add license for Markdown Lint Rules for Grav Pages * fix [figure] mess * fix [figure] mess 2 * fix [figure] mess 3 * maj .gitignore * various fixes * fix markdownlint-rules-grav-pages * second formater pass * various manual fixes * add .markdownlintignore * markdownlintignore: auto-generated pages * disable proper-names for html_elements * another bunch of various markdown fixes * Update pages/02.administer/10.install/20.dns_config/dns_config.es.md Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
46 lines
701 B
Markdown
46 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]()
|