Skip to content

Broken cross-references with REF: prefix #66

@lefticus

Description

@lefticus

Issue

Some cross-references are broken and showing raw "REF:" prefix instead of resolving to actual links.

Affected Files

  • support.md (2 instances)

Examples

From support.md:

REF:some.section.label

Should be a proper markdown link like:

[some.section.label](#some-section-label)

Severity

MAJOR - Broken cross-references impede navigation

Root Cause

Likely a failure in the label resolution phase of conversion, possibly due to:

  • Missing label definitions
  • Cross-file reference issues
  • Label indexer not finding the target

Related Issues

  • Cross-reference and linking issues

Context

These appear in the language support library documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cross-referencesCross-reference and linking issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions