Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudmiribel/markdownlit
A markdown extension for your Streamlit apps!
https://github.com/arnaudmiribel/markdownlit
markdown markdown-extension streamlit streamlit-component
Last synced: 3 months ago
JSON representation
A markdown extension for your Streamlit apps!
- Host: GitHub
- URL: https://github.com/arnaudmiribel/markdownlit
- Owner: arnaudmiribel
- License: apache-2.0
- Created: 2022-10-14T21:44:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T21:18:28.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:29:39.217Z (3 months ago)
- Topics: markdown, markdown-extension, streamlit, streamlit-component
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdownlit
`markdownlit` gives you a couple of lit additional Markdown commands for your Streamlit apps! It is built upon the [Python-Markdown/markdown](https://github.com/Python-Markdown/markdown) project.
## Get started
The package is available on PyPI!
```
pip install markdownlit
```## Introduction