-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:st.imageRelated to the `st.image` elementRelated to the `st.image` elementstatus:likelyWill probably implement but no timeline yetWill probably implement but no timeline yettype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Problem
Although streamlit supports markdown in many elements (e.g., st.caption), it doesn't seem to support markdown when it appears in the caption list of the st.image element.
For example,
import streamlit as st
from PIL import Image
...
st.image([img0, img1], caption=['[microsoft](http://microsoft.com)', '[apple](http://apple.com)'])
Solution
MVP: It sure would be nice if we could use markdown in image captions. Specifically, markdown for links would be very useful.
Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.
If you'd like the Streamlit team to prioritize this feature request, please use the π (thumbs up emoji) reaction in response to the initial post.
mingjun1120, jonasrie, andreapesare, kaydotdev, RIX44 and 8 more
Metadata
Metadata
Assignees
Labels
feature:st.imageRelated to the `st.image` elementRelated to the `st.image` elementstatus:likelyWill probably implement but no timeline yetWill probably implement but no timeline yettype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features