diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 18:23:00 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 18:23:00 +0300 |
| commit | 78461649639dba10f9ade8b1dba9e8f2c69a4144 (patch) | |
| tree | fc89a83ecc5c8500c77ebc359fd7b7b2b42f085b /src/plugins/remark-admonitions.ts | |
| parent | 0df973de7b554008383a23fd4fc2a0b8e1401b37 (diff) | |
Add husky pre-commit
Diffstat (limited to 'src/plugins/remark-admonitions.ts')
| -rw-r--r-- | src/plugins/remark-admonitions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remark-admonitions.ts b/src/plugins/remark-admonitions.ts index 1f718ca..09bb284 100644 --- a/src/plugins/remark-admonitions.ts +++ b/src/plugins/remark-admonitions.ts @@ -49,7 +49,7 @@ function transformUnhandledDirective( } /** From Astro Starlight: Function that generates an mdast HTML tree ready for conversion to HTML by rehype. */ -// biome-ignore lint/suspicious/noExplicitAny: <explanation> +// biome-ignore lint/suspicious/noExplicitAny: mdast types require any for flexibility function h(el: string, attrs: Properties = {}, children: any[] = []): P { const { properties, tagName } = _h(el, attrs); return { |
