Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mda.sno.dev/llms.txt

Use this file to discover all available pages before exploring further.

Advanced Footnote Usage

MDA footnotes enable explicit, structured relationships between documents, enhancing discoverability and context for AI systems. This document demonstrates several relationship types:
  • Referencing the core technical specification1.
  • Linking to a related example document2.
  • Citing an external resource3.

How It Works

Footnote references appear inline ([^id]), and definitions at the bottom carry JSON payloads describing the relationships.

Footnote Definitions

Footnotes

  1. {"rel-type":"citation","doc-id":"c5a6b7d8-1e2f-3a4b-5c6d-7e8f9a0b1c2d","rel-desc":"Core technical specification overview"}
  2. {"rel-type":"related","doc-id":"da7b1a9e-4f8c-4b7d-8e1f-9c0a2d3b4c5d","rel-desc":"Dynamic content generation example","rel-strength":0.7}
  3. {"rel-type":"citation","source-url":"https://www.markdownguide.org/basic-syntax/","rel-desc":"Official Markdown syntax guide (external)"}