-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
JSX is a format/language that allows JavaScript to be embedded consistently in an HTML-like syntax and to output HTML primitives. Originally written for React, it has been incorporated into a variety of other projects. JSX allows an intuitive mixing of markup and JavaScript elements.
As such, it seems like a natural fit for Framework.
While Framework uses markdown with islands of JavaScript, in fact it seems to rely heavily on HTML markup rather than just straight markdown. That's what JSX is meant for. It might be worth looking to see how easily a JSX parser could be dropped in as a markdown alternative format.
An alternative would be to use MDX, which allows JSX in markdown: https://mdxjs.com/table-of-components/
samjamead, sbarre, jaanli, jhowell96, bprusinowski and 1 moresamjamead and jaanli
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request