ReactiveX/rxjs

Documentation Image Links empty

Gurran opened this issue · 3 comments

Gurran commented

Describe the bug

When rendering the description of a method in rxjs the redered markdown does not show any image.

Example in WebStorm:
Screenshot from 2023-09-22 11-29-47

The link to the image is empty in the source file is empty.

https://github.com/ReactiveX/rxjs/blob/0bd47eab10dec89f245b888f1f26e03cb36d2a78/packages/rxjs/src/internal/operators/take.ts#L12C1-L12C17

Expected behavior

I would expect the image tag to not be empty and instead point to the same URL as the docs site uses for images.
I this case https://rxjs.dev/assets/images/marble-diagrams/take.png

Reproduction code

No response

Reproduction URL

No response

Version

master

Environment

No response

Additional context

No response

We have an open discussion about this issue, please take a look here.

I'm gonna close this because GitHub issues should be used only for the core library bugs. Thanks for reporting.

Gurran commented

It is active even though we don't currently work on the solution.