chore: make valid mdx when transpiling
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -100,7 +100,7 @@ export class TestApiRegistry implements ApiHolder {
|
||||
* [identityApiRef, mockIdentityApi as unknown as IdentityApi]
|
||||
* ])}
|
||||
* >
|
||||
* {...}
|
||||
* // ...
|
||||
* </ApiProvider>
|
||||
* )
|
||||
* ```
|
||||
@@ -110,7 +110,7 @@ export class TestApiRegistry implements ApiHolder {
|
||||
* ```tsx
|
||||
* renderInTestApp(
|
||||
* <TestApiProvider apis={[[identityApiRef, mockIdentityApi]]}>
|
||||
* {...}
|
||||
* // ...
|
||||
* </TestApiProvider>
|
||||
* )
|
||||
* ```
|
||||
|
||||
@@ -19,7 +19,7 @@ import { getSemverTagParts } from './getSemverTagParts';
|
||||
import { Project } from '../../contexts/ProjectContext';
|
||||
|
||||
/**
|
||||
* Tag parts are the individual parts of a version, e.g. <major>.<minor>.<patch>
|
||||
* Tag parts are the individual parts of a version, e.g. [major].[minor].[patch]
|
||||
* are the parts of a semantic version
|
||||
*
|
||||
* @public
|
||||
|
||||
Reference in New Issue
Block a user