# feffery-markdown-components
**Repository Path**: cnfeffery/feffery-markdown-components
## Basic Information
- **Project Name**: feffery-markdown-components
- **Description**: 同步Github feffery-markdown-components仓库
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: https://github.com/CNFeffery/feffery-markdown-components
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2023-06-10
- **Last Updated**: 2025-07-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
feffery-markdown-components
[](https://github.com/plotly/dash/blob/master/LICENSE)
[](https://pypi.org/project/feffery-markdown-components/)
[](https://pepy.tech/project/feffery-markdown-components)
[](https://pepy.tech/project/feffery-markdown-components)
[](https://pepy.tech/project/feffery-markdown-components)
简体中文 | [English](./README-en_US.md)
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,基于`react-markdown`,将原始**markdown**文本直接渲染为美观的网页内容 🥳,最新稳定版本:`0.4.0`(2025-07-23)
## Dash版本兼容性说明
| fmc版本 | 适用Dash版本 |
| :-----: | :----------: |
| >=0.4.0 | >=3.0.0 |
| <0.4.0 | <3.0.0 |
## 1 最新版本安装方式
```bash
pip install feffery-markdown-components -U
```
## 2 最新预发布版本安装方式
> [!NOTE]
> 最新预发布版本(2025-06-27):`0.4.0rc4`
```bash
pip install feffery-markdown-components --pre -U
```
## 3 静态资源 CDN 加速方法
```Python
# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源,从而避免占用服务器带宽,适合中小型站点加速访问
app = dash.Dash(serve_locally=False)
```
## 4 在线文档
文档地址