1
0
Fork 0

Merge pull request #7165 from freesewing/orgdocs

fix: Thanks for nothing eslint
This commit is contained in:
Joost De Cock 2024-10-12 16:46:01 +02:00 committed by GitHub
commit dbdd9b0104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
import React from 'react'
import Link from '@docusaurus/Link'
export default function MDXA(props) {
return <Link {...props} />

View file

@ -1,3 +1,4 @@
import React from 'react'
import CodeBlock from '@theme/CodeBlock'
import CodeInline from '@theme/CodeInline'
function shouldBeInline(props) {

View file

@ -1,3 +1,4 @@
import React from 'react'
import Details from '@theme/Details'
export default function MDXDetails(props) {
const items = React.Children.toArray(props.children)

View file

@ -1,3 +1,4 @@
import React from 'react'
import Heading from '@theme/Heading'
export default function MDXHeading(props) {
return <Heading {...props} />

View file

@ -1,3 +1,4 @@
import React from 'react'
import clsx from 'clsx'
import styles from './styles.module.css'
function transformImgClassName(className) {

View file

@ -1,3 +1,4 @@
import React from 'react'
import useBrokenLinks from '@docusaurus/useBrokenLinks'
export default function MDXLi(props) {
// MDX Footnotes have ids such as <li id="user-content-fn-1-953011">

View file

@ -1,3 +1,4 @@
import React from 'react'
export default function MDXPre(props) {
// With MDX 2, this element is only used for fenced code blocks
// It always receives a MDXComponents/Code as children

View file

@ -1,3 +1,4 @@
import React from 'react'
import clsx from 'clsx'
import styles from './styles.module.css'
function transformUlClassName(className) {

View file

@ -1,3 +1,4 @@
import React from 'react'
export const YouTube = (props) => (
<iframe
style={{ width: '100%', aspectRatio: '16/9' }}