Releases: richmd/react
Releases · richmd/react
v3.0.2
v3.0.1
v3.0.1
v3.0.0
⚠️ BREAKING: Release V3 Changes
1. Markdown Syntax Changes (md-syntax.md)
Added Features
- emoji support (lines 43-47)
- New emoji syntax has been added
- Usage example:
:tada:,:smile:
⚠️ BREAKING: Changed Syntax
Dropdown Details Syntax Change (lines 172-177)
- Old syntax:
:>Summary ... :> - New syntax:
=>Summary ... =>
Custom HTML Tag Syntax Change (lines 193-196)
- Old syntax:
::<Tag Name>[.ClassName] ... :: - New syntax:
<><Tag Name>[.ClassName] ... <>
Sample Code Changes:
# Old syntax
::menu
menu
::
# New syntax
<>menu
menu
<>2. ⚠️ BREAKING: Slide Mode Syntax Changes (slide-mode.md)
Slide Mode Declaration Syntax Change (lines 21-27)
- Old syntax:
:use slide: - New syntax:
|use slide|
Slide Definition Syntax Changes
Center Alignment (lines 35-39)
- Old syntax:
:---: ... :---: - New syntax:
||---|| ... ||---||
Left Alignment (lines 41-45)
- Old syntax:
:<--: ... :---: - New syntax:
||<--|| ... ||---||
Right Alignment (lines 48-52)
- Old syntax:
:-->: ... :---: - New syntax:
||-->|| ... ||---||
Layout Specification Changes (lines 54-69)
- Old syntax:
:---:title,:<--:content - New syntax:
||---||title,||<--||content
Theme Specification Changes (lines 71-78)
- Old syntax:
:---:title.dark - New syntax:
||---||title.dark
Slide Content Syntax Example Changes (lines 83-95)
# Old syntax
:---:title.dark
# Title
author: demo
:---:
# New syntax
||---||title.dark
# Title
author: demo
||---||Summary
In v5, primarily special syntax symbol changes have been implemented:
- Dropdown Details:
:>→=> - Custom HTML Tag:
::→<> - Slide Mode general syntax:
:→|| - New feature: emoji support added
These changes make the syntax more intuitive and avoid conflicts with standard Markdown notation.
v2.1.5
bugfix: Fix the issue where the closing tag of the list is in the wrong place
v2.1.4
v2.1.4
v2.1.3
v2.1.3
v2.1.2
- feat: update
@richmd/js
v2.1.1
- fix: If there’s too much content, the PDF download throws an error.
v2.1.0
CHANGELOG
Added PDF Download to Richmd Slide Mode (Beta)
You can now download PDFs in Richmd Slide Mode.
Usage
Set props.pdfDownload to true.
<RichmdSlide text={text} pdfDownload />v2.0.6
- fix: style code block filemame label