-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moving to mdx2.0 * more mdx fixes * trim heading graphql nodes * mdx updates * remove headings * move peerjs out * updated ts * typing issue * handle empty blocks * updated yarn * tweaks * trying to fix gfm * remove custom led block * attempt at using remark-gfm 1.0
- Loading branch information
Showing
34 changed files
with
1,100 additions
and
2,171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -469,4 +469,4 @@ exports.onPostBuild = async ({ graphql }) => { | |
) | ||
.join("\n") | ||
) | ||
} | ||
} |
Submodule jacdac-ts
updated
5 files
+0 −1 | README.md | |
+1 −1 | jacdac-spec | |
+1 −1 | src/jdom/jacdac-jdom.ts | |
+12 −8 | src/testdom/testrules.ts | |
+0 −177 | tools/peerjs.html |
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
Submodule pxt-jacdac
updated
5 files
+2 −2 | button/test.ts | |
+264 −1 | hid-keyboard/constants.ts | |
+5 −1 | led/client.ts | |
+1 −1 | sat-nav/test.ts | |
+1 −1 | usb-bridge/pxt.g.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,6 @@ export default function DotNetProjects() { | |
title | ||
order | ||
} | ||
headings { | ||
value | ||
} | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.