This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
19 changed files
with
156 additions
and
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
proseWrap: always | ||
semi: false | ||
singleQuote: true | ||
trailingComma: all | ||
trailingComma: none |
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,24 +1,24 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0___image_png__ from './image.png'; | ||
import __0___image_png__ from './image.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
<_components.img alt="Alt text" src={__0___image_png__} /> | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0___image_png__ from './image.png'; | ||
import __0___image_png__ from './image.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
{'This is an inline image: '} | ||
<_components.img alt="" src={__0___image_png__} /> | ||
{'. See?'} | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
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,27 +1,27 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0___image_png__ from './image.png'; | ||
import __0___image_png__ from './image.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
a: 'a', | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
<_components.a href="https://example.com"> | ||
<_components.img alt="" src={__0___image_png__} /> | ||
</_components.a> | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
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,24 +1,24 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0__browser_logos_chrome_chrome_png__ from '@browser-logos/chrome/chrome.png'; | ||
import __0__browser_logos_chrome_chrome_png__ from '@browser-logos/chrome/chrome.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
<_components.img alt="" src={__0__browser_logos_chrome_chrome_png__} /> | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
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,24 +1,24 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0_______image_png__ from '../../image.png'; | ||
import __0_______image_png__ from '../../image.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
<_components.img alt="" src={__0_______image_png__} /> | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
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,24 +1,24 @@ | ||
/*@jsxRuntime automatic @jsxImportSource react*/ | ||
import __0____image_png__ from '../image.png'; | ||
import __0____image_png__ from '../image.png' | ||
function _createMdxContent(props) { | ||
const _components = { | ||
img: 'img', | ||
p: 'p', | ||
...props.components, | ||
}; | ||
...props.components | ||
} | ||
return ( | ||
<_components.p> | ||
<_components.img alt="" src={__0____image_png__} /> | ||
</_components.p> | ||
); | ||
) | ||
} | ||
export default function MDXContent(props = {}) { | ||
const { wrapper: MDXLayout } = props.components || {}; | ||
const { wrapper: MDXLayout } = props.components || {} | ||
return MDXLayout ? ( | ||
<MDXLayout {...props}> | ||
<_createMdxContent {...props} /> | ||
</MDXLayout> | ||
) : ( | ||
_createMdxContent(props) | ||
); | ||
) | ||
} |
Oops, something went wrong.