[ci] format
This commit is contained in:
parent
a1a4f45b51
commit
a2dc9d48bc
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
||||||
import type * as hast from 'hast';
|
import type * as hast from 'hast';
|
||||||
import type * as mdast from 'mdast';
|
import type * as mdast from 'mdast';
|
||||||
import type {
|
import type {
|
||||||
one as Handler,
|
|
||||||
all as Handlers,
|
all as Handlers,
|
||||||
|
one as Handler,
|
||||||
Options as RemarkRehypeOptions,
|
Options as RemarkRehypeOptions,
|
||||||
} from 'remark-rehype';
|
} from 'remark-rehype';
|
||||||
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
|
import type { ILanguageRegistration, IThemeRegistration, Theme } from 'shiki';
|
||||||
|
|
Loading…
Reference in a new issue