Taro ParserRichText
1.0.0
The applet rich text component suitable for Taro is a Taro component encapsulation of Parser
Currently only applicable to WeChat mini programs
ParserRichText
folder into the project components
folderimport ParserRichText from '组件路径';
ParserRichText
component where needed. Visit Parser to learn about parameter details and precautions.Please visit the original Parser warehouse for more detailed parameter explanations and precautions
This component is used for rich text rendering of the main post content and reply content of the SteamCN forum WeChat applet. You can refer to the usage method and preview effect in this project.
Used in components: https://github.com/xPixv/SteamCN-Mini-Program/blob/master/src/components/ReplyCard/replyCard.tsx
Used in the page: https://github.com/xPixv/SteamCN-Mini-Program/blob/master/src/pages/thread/thread.tsx
Welcome to submit issues and PRs
MIT