import { describe, expect, test } from 'vitest' import { renderContent } from '@/content-render/index' describe('prompt tag', () => { test('wraps content in with ID and appends responsive svg links', async () => { const input: string = 'Here is your prompt: {% prompt %}example prompt text{% endprompt %}.' const output: string = await renderContent(input) // Should have code element with ID expect(output).toContain('