import assert from 'node:assert/strict';
import { test } from 'node:test';
import { renderMarkdown } from '../src/render/markdown.ts';
const md = (text: string): string => String(renderMarkdown(text));
test('markup a commenter typed is text, not markup', () => {
const out = md(' & "quoted"');
assert.ok(!out.includes('