Skip to content

Unresolved rdof-ref placeholder leaks into generated markdown #64

@skatkov

Description

@skatkov

Summary

An internal reference placeholder/token is leaking into the final generated markdown instead of being resolved or stripped.

Reproduction

  1. Run rake vendor:setup:rails.
  2. Run rake vendor:docs:rails.
  3. Open vendor/docs/rails/ActionView/Helpers/FormBuilder.md.
  4. Inspect the first paragraph.

Example

  • vendor/docs/rails/ActionView/Helpers/FormBuilder.md:5
    • Emits: rdof-ref:ActionView::Helpers::FormHelper#form_with

Actual Result

The generated markdown contains a raw rdof-ref: token.

Expected Result

Internal reference placeholders should never appear in final output.

This should instead:

  • resolve to the correct markdown link, or
  • render as plain text if the target cannot be resolved.

Notes

I only found one visible instance in the current vendored output, but it looks like a specific unresolved reference path or typo in the reference handling pipeline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions