-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into EAI-235
- Loading branch information
Showing
5 changed files
with
74 additions
and
105 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
packages/ingest-mongodb-public/src/sources/cppDriver.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,19 @@ | ||
hello mdx! | ||
+++ | ||
title = "Hello, MDX!" | ||
date = "2024-01-01T00:00:00.000Z" | ||
+++ | ||
|
||
# Hello, MDX! | ||
|
||
This is an MDX file! | ||
|
||
It's got standard markdown features like code fences: | ||
|
||
```js title="SomeComponent.js" | ||
import { sum } from "./math"; | ||
const three = sum(1, 2); | ||
``` | ||
|
||
<SomeComponent /> | ||
|
||
It renders JSX wow! |