// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`html-parse > code frame > html 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 > text 1`] = ` "Testing code block \`\`\`ts 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 > html 1`] = ` "

@antfu Testing

const a = hello

" `; exports[`html-parse > code frame 2 > text 1`] = ` "@antfu Testing \`\`\`ts const a = hello \`\`\`" `; exports[`html-parse > custom emoji > html 1`] = ` "Daniel Roe \\":nuxt:\\" " `; exports[`html-parse > custom emoji > text 1`] = `"Daniel Roe :nuxt:"`; exports[`html-parse > emojis > html 1`] = ` "\\"πŸ‡«πŸ‡·\\" \\"πŸ‘¨β€πŸ‘©β€πŸ‘¦\\" \\"πŸ‘©β€πŸš’\\"\\"πŸ§‘πŸ½β€πŸš€\\" " `; exports[`html-parse > emojis > text 1`] = `"πŸ‡«πŸ‡· πŸ‘¨β€πŸ‘©β€πŸ‘¦ πŸ‘©β€πŸš’πŸ§‘πŸ½β€πŸš€"`; exports[`html-parse > empty > html 1`] = `""`; exports[`html-parse > empty > text 1`] = `""`; exports[`html-parse > html entities > html 1`] = ` "

Hello <World />.

" `; exports[`html-parse > html entities > text 1`] = `"Hello ."`; exports[`html-parse > inline markdown > html 1`] = `"

text code bold italic del

code block

"`; exports[`html-parse > inline markdown > text 1`] = ` "text \`code\` **bold** *italic* ~~del~~ \`\`\`js code block \`\`\`" `; exports[`html-parse > link + mention > html 1`] = ` "

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

" `; exports[`html-parse > link + mention > text 1`] = `"Happy πŸ€— we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203"`;