// Vitest Snapshot v1 exports[`content-rich > block with backticks 1`] = `"
[(\`number string) (\`tag string)]"`; exports[`content-rich > 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[`content-rich > code frame 2 1`] = `
"const a = hello
"
`;
exports[`content-rich > code frame empty 1`] = `"hello world
Does the following formatting come through accurately for you?
HTML block code:
<span class="icon--noto icon--noto--1st-place-medal"></span>
<span class="icon--noto icon--noto--2nd-place-medal-medal"></span>
"
`;
exports[`content-rich > inline code with link 1`] = `
"
Inline code with link:
https://api.iconify.design/noto.css?icons=1st-place-medal,2nd-place-medal
Happy we’re now using (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203
" `;