2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Markdown
|
|
|
|
---
|
|
|
|
|
2025-05-24 17:56:02 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
2025-05-24 17:56:02 +02:00
|
|
|
The **Markdown** component family provides the following components:
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Markdown](#markdown)
|
|
|
|
|
|
|
|
### Markdown
|
|
|
|
|
|
|
|
A re-export of [react-markdown][rm]
|
2025-05-24 17:56:02 +02:00
|
|
|
|
|
|
|
:::tip
|
2025-05-25 16:29:57 +02:00
|
|
|
|
2025-05-24 17:56:02 +02:00
|
|
|
#### Not FreeSewing code
|
2025-05-25 16:29:57 +02:00
|
|
|
|
2025-05-24 17:56:02 +02:00
|
|
|
This component family only contains re-exports of code by other maintainers.\
|
|
|
|
Since they are a dependency, we provide them as part of the <code>@freesewing/react</code> package for convenience.
|
|
|
|
|
|
|
|
Please refer to the documentation for [react-markdown][rm].
|
2025-04-18 19:19:20 +02:00
|
|
|
:::
|
2025-05-24 17:56:02 +02:00
|
|
|
|
|
|
|
</DocusaurusDoc>
|
|
|
|
|
|
|
|
[rm]: https://github.com/remarkjs/react-markdown
|