export function normalizeEditorMarkdown(markdown: string): string { return markdown.trim() }