// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`plotPlugin > should not work with invalid tag 1`] = ` "

!!!!

" `; exports[`plotPlugin > should not work with invalid tag 2`] = ` "

!!plot!

" `; exports[`plotPlugin > should not work with invalid tag 3`] = ` "

!!!

" `; exports[`plotPlugin > should not work with invalid tag 4`] = ` "

!! plot !!

" `; exports[`plotPlugin > should work 1`] = ` "

plot

" `; exports[`plotPlugin > should work 2`] = ` "

hidden: plot strong

" `; exports[`plotPlugin > should work 3`] = ` "

hidden:
plot
plot

" `;