RC-Lee / SiteGen

Static Site Generator
MIT License
0 stars 3 forks source link

Feature: MDX and React Component support #20

Open RC-Lee opened 2 years ago

RC-Lee commented 2 years ago

Continued from issue #16

As documented, Docusaurus has built in support for the user to write JSX inside Markdown files, that renders as React components.

A few detailed parts are required

However, as MDX uses React, might have to update SiteGen to use React, or forfeit this feature altogether.