-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use remark-mdx in core as a syntactic extension to remark (#439)
* Implement support for Some.Component style JSX blocks * Add failing test for string interpolation * Add failing test for js functions as props * Add failing test for js functions as props with returns * Make value parsing for JSX props more flexible * Don't lint fixtures file * Add nested object props fixture * Add another fixture for randomly placed brackets * Add link shortcut to fixture * Remove object props since it is a subset of js props * Begin implementing core remark-mdx usage * Replace MDXTag with custom pragma (#401) * it works * commit to be removed: my-site-2 * remove mdxtag for layout * [remove this] more my-site examples * remove * merge-conflict * snapshots * Remove my-site-2 * Clean up create element code * Fix tests * Fix props handling, remove mdx pragma from JSX output * Update pragma implementation in loader and parcel plugin * Update runtime to properly provide components for mdx pragma * Allow for merging of components passed to context with a function (#411) If a function is passed to the theme provider it is invoked with the out context's components. This allows users to opt in to merging those components. Related #410 * feat: Convert withMDXComponents to use hooks (#417) * Continue working on integrating remark-mdx * Ensure proper remark-mdx is used for workspaces
- Loading branch information
Showing
7 changed files
with
12 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters