You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Markdown can contain images. We need to be able to show them:
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.The text was updated successfully, but these errors were encountered: