LinXueyuanStdio / streamlit-markdown

a streaming markdown component for streamlit with LaTeX, Mermaid, Table, code support. A drop-in replacement for st.markdown.
https://streaming-markdown.streamlit.app/
MIT License
7 stars 0 forks source link

支持背景颜色为透明 #2

Closed imClumsyPanda closed 1 week ago

imClumsyPanda commented 2 weeks ago

非常感谢开发出如此方便的component!请问可否考虑在后续版本中增加类似于streamlit自带的markdown显示功能的显示形式,如不加边框,且底色为透明色的形式呢?

LinXueyuanStdio commented 1 week ago

新版支持啦,设置 theme_color=“null” 即可

imClumsyPanda commented 1 week ago

太感谢啦!