-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mdx-js/mdx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mdx-js/mdx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 56 files changed
- 8 contributors
Commits on Nov 23, 2018
-
* Bump next example deps * Use style tag in layout for base styles * Add codesandbox link * Update parcel example * Remove unneeded deps from razzle example * Remove unneeded cruft from cra example
1Configuration menu - View commit details
-
Copy full SHA for 7a8f638 - Browse repository at this point
Copy the full SHA 7a8f638View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for cceba05 - Browse repository at this point
Copy the full SHA cceba05View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f9b1600 - Browse repository at this point
Copy the full SHA f9b1600View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6949c24 - Browse repository at this point
Copy the full SHA 6949c24View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e2d5f75 - Browse repository at this point
Copy the full SHA e2d5f75View commit details
Commits on Nov 25, 2018
-
Fix comment prefix and suffix (#328)
* Fix comment prefix and suffix Previously, `<!--` and `--> were part of comments nodes. this deferred from the HAST specification. This PR removed the prefix when comments are found in markdown, and thus doesn’t need to replace them when rendering to JSX, but rather prefixes and suffixes them. Closes GH-312. * Update packages/mdx/md-ast-to-mdx-ast.js Co-Authored-By: wooorm <tituswormer@gmail.com> * Update packages/mdx/md-ast-to-mdx-ast.js Co-Authored-By: wooorm <tituswormer@gmail.com> * Add test for comments * Update packages/mdx/mdx-hast-to-jsx.js Co-Authored-By: wooorm <tituswormer@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 022b2c6 - Browse repository at this point
Copy the full SHA 022b2c6View commit details
Commits on Nov 27, 2018
-
* lint(eslint): enhanced eslint * chore(review): responded to the review * chore(review): fixed missing * lint(eslint): override react/react-in-jsx-scope * chore(review): yarn run format * chore(review): delete comment out line
1Configuration menu - View commit details
-
Copy full SHA for 8469707 - Browse repository at this point
Copy the full SHA 8469707View commit details
Commits on Nov 29, 2018
-
fix custom loader example (#339)
This makes the code uglier, unfortunately, but the example provided here is incorrect. Since all the code is indented by 4 spaces, it is treated by the markdown parser as a code block, and you end up seeing the exports in the file inside of a formatted code block. Eliminating the extra indentation fixes this.
1Configuration menu - View commit details
-
Copy full SHA for 0c4c790 - Browse repository at this point
Copy the full SHA 0c4c790View commit details
Commits on Dec 6, 2018
-
Convert node.meta to undefined if null (#342)
* Don't add `metaString` prop Fixes vercel/next-plugins#307 * Remove `metaString` prop from test assert * Replace metaString prop by metastring * Fix metastring prop test * Convert metastring to undefined if null * Add extra comma to comment * Fix lint
1Configuration menu - View commit details
-
Copy full SHA for bed7668 - Browse repository at this point
Copy the full SHA bed7668View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7147610 - Browse repository at this point
Copy the full SHA 7147610View commit details
Commits on Dec 8, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for 5854115 - Browse repository at this point
Copy the full SHA 5854115View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f79665c - Browse repository at this point
Copy the full SHA f79665cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for dc729db - Browse repository at this point
Copy the full SHA dc729dbView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fc40de3 - Browse repository at this point
Copy the full SHA fc40de3View commit details
There are no files selected for viewing