Metadata-Version: 2.4
Name: feffery_markdown_components
Version: 0.4.3
Summary: Better markdown render component in Plotly Dash.
Home-page: https://github.com/CNFeffery/feffery-markdown-components
Author: CNFeffery <fefferypzy@gmail.com>
Author-email: fefferypzy@gmail.com
License: MIT
Classifier: Framework :: Dash
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dash>=3.1.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

<p align="center">
	<img src="./fmc-logo.svg" height=250></img>
</p>
<h1 align="center">feffery-markdown-components</h1>
<div align="center">

[![GitHub](https://img.shields.io/github/license/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/feffery-markdown-components.svg?color=dark-green)](https://pypi.org/project/feffery-markdown-components/)
[![Downloads](https://pepy.tech/badge/feffery-markdown-components)](https://pepy.tech/project/feffery-markdown-components)
[![Downloads](https://pepy.tech/badge/feffery-markdown-components/month)](https://pepy.tech/project/feffery-markdown-components)
[![Downloads](https://pepy.tech/badge/feffery-markdown-components/week)](https://pepy.tech/project/feffery-markdown-components)
</div>

简体中文 | [English](./README-en_US.md)

`feffery-components`计划子项目，`Plotly Dash`第三方组件库，基于`react-markdown`，将原始**markdown**文本直接渲染为美观的网页内容 🥳，最新稳定版本：`0.4.3`（2026-01-07）

## 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 在线文档

<a href='http://fmc.feffery.tech/' target='_blank'>文档地址</a>
