// Vitest Snapshot v1 exports[`html-parse > code frame 1`] = ` "

Testing code block

import { useMouse, usePreferredDark } from '@vueuse/core'

// tracks mouse position
const { x, y } = useMouse()
// is the user prefers dark theme
const isDark = usePreferredDark()

" `; exports[`html-parse > code frame 2 1`] = ` "

@antfu Testing

const a = hello

" `; exports[`html-parse > custom emoji 1`] = ` "Daniel Roe \\":nuxt:\\" " `; exports[`html-parse > empty 1`] = `""`; exports[`html-parse > inline markdown 1`] = ` "

text code bold italic

code block

" `; exports[`html-parse > link + mention 1`] = ` "

Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203

" `;