Good linking and media hygiene makes content resilient.

Link Types

[External](https://example.com)
[Email](mailto:[email protected])
[Local file](../assets/files/guide.pdf)

For WebGrid authoring, prefer relative paths for project assets.

Wikilinks

[about](/about/)
[About Us](/about/)

Wikilinks are great for vault navigation, but verify runtime support in your build pipeline.

Images

![Alt text](images/hero.png)
![Alt text](../assets/brand/logo.png "Optional title")

Guidelines:

  • Always include meaningful alt text for accessibility.
  • Use consistent naming (lowercase-hyphen style).
  • Keep decorative images minimal.

Attachments (Files)

[Download pricing sheet](../assets/downloads/pricing-sheet.pdf)

For user trust, link text should describe exactly what will download.

Frontmatter Media Fields

---
title: Product Example
image: ../assets/products/sample-product.png
---

Keep frontmatter paths valid and tested after file moves.

What’s Next

Next post: callouts, transclusion, and content composition patterns.


Lists, Tables, and Footnotes · Next: Callouts and Transclusion