Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load images in Markdown #472

Open
rock3r opened this issue Jul 22, 2024 · 0 comments · May be fixed by #327
Open

Load images in Markdown #472

rock3r opened this issue Jul 22, 2024 · 0 comments · May be fixed by #327
Assignees
Labels
markdown This issue impacts the Markdown rendering subsystem

Comments

@rock3r
Copy link
Collaborator

rock3r commented Jul 22, 2024

Markdown can contain images. We need to be able to show them:

  • From disk
  • From resources
  • From the network

We should also support animated images (gifs, maybe also webp), but video support is not planned. We can use Coil 3.0 for this task.

Images are technically always inline in Markdown, but we should optimize the common case of a paragraph that only contains one image as a top-level Image block.

@rock3r rock3r added the markdown This issue impacts the Markdown rendering subsystem label Jul 22, 2024
@rock3r rock3r linked a pull request Sep 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markdown This issue impacts the Markdown rendering subsystem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants