We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df25a8 commit 39ec370Copy full SHA for 39ec370
packages/site-kit/src/lib/markdown/renderer.ts
@@ -3,7 +3,6 @@ import { createHash, Hash } from 'node:crypto';
3
import fs from 'node:fs';
4
import path from 'node:path';
5
import ts from 'typescript';
6
-import * as prettier from 'prettier';
7
import { codeToHtml, createCssVariablesTheme } from 'shiki';
8
import { transformerTwoslash } from '@shikijs/twoslash';
9
import { SHIKI_LANGUAGE_MAP, slugify, smart_quotes, transform } from './utils';
0 commit comments