rehype-pretty-code
Advanced tools
Comparing version 0.9.10 to 0.9.11
import type { Highlighter, IShikiTheme } from 'shiki'; | ||
import type { Transformer } from 'unified'; | ||
import type { Root } from 'hast'; | ||
import type { Root, Element } from 'hast'; | ||
@@ -5,0 +5,0 @@ export type VisitableElement = Omit<Element, 'properties'> & { |
{ | ||
"name": "rehype-pretty-code", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"description": "Beautiful code for your MD/MDX docs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/rehype-pretty-code.cjs", |
917018