1 repository
Parsers that specifically transform HTML tags into mini-program compatible layouts.
Distinct from Mini Program Template Engines: Specifies the transformation from HTML to mini-program views, whereas parent is general template engines.
Explore 1 awesome GitHub repository matching web development · HTML to Mini Program Renderers. Refine with filters or upvote what's useful.
wxParse is a rich text parser and renderer specifically designed for the WeChat Mini Program ecosystem. It transforms standard HTML tags and Markdown syntax into native visual elements and compatible layouts. The system processes structured text strings into a repeating list of visual components and media links. It handles the conversion of complex text formats into formatted media and hyperlinks to ensure content displays correctly across mobile devices. The project manages content through regular expression-based parsing and schema-driven element mapping, translating identified content typ
Transforms standard HTML tags into compatible layouts for the WeChat Mini Program ecosystem.