To make it easy and pleasant to write Markdown
through JSX
😄💪🏻
- Provides the basic component for rendering and generating Markdown syntax content
- Real-time rendering and generation
- Support Native HTML
- Support rendering multiple documents simultaneously
- Support generate table of contents
- Support asynchronous rendering
The library is mainly composed of two parts
- Command Line Tools
- Function API
Command Line Tools:Parse configuration files, execute render logic, and finally generate Markdown files
Function API:Provides basic components and render functions of benchmarking Markdown syntax
- Basic components:Basic components for replacing Markdown syntax
- Render function:Render the content written by JSX and return the generated character content
So Command Line Tools
and Function API
are better used together
Copyright (c) 2022-present Eyelly Wu