Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 07:40
· 237 commits to master since this release

v3.3.6...v3.4.0

npm i @uiw/react-markdown-preview@3.4.0

Markdown Features

Supports for CSS Style

Use HTML comments <!--rehype:xxx--> to let Markdown support style customization.

## Title
<!--rehype:style=display: flex; height: 230px; align-items: center; justify-content: center; font-size: 38px;-->

Markdown Supports **Style**<!--rehype:style=color: red;-->

Support for GFM footnotes

Here is a simple footnote[^1]. With some additional text after it.

[^1]: My reference.