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>
23 lines
310 B
Markdown
23 lines
310 B
Markdown
# Valid Images Test
|
|
|
|
Valid image
|
|
|
|
![AltText](test.image)
|
|
|
|
Valid relative image
|
|
|
|
![AltText](../test.image)
|
|
|
|
Invalid image
|
|
|
|
![AltText](test.invalid)
|
|
|
|
Invalid relative image
|
|
|
|
![AltText](../invalid/test.image)
|
|
|
|
## Valid External Anchor
|
|
|
|
Valid image with modifying grav query
|
|
|
|
![AltText](test.image?resize=100,100)
|