Revert: rollback recent diagram utility and markdown label changes

This commit is contained in:
darshanr0107
2025-10-09 19:09:34 +05:30
parent 047b7fccc7
commit 1f0cb96d16
2 changed files with 5 additions and 7 deletions

View File

@@ -92,9 +92,7 @@ export class FlowDB implements DiagramDB {
case 'text':
return labelType;
default:
// For flowcharts, default to 'text' (v10 behavior: only explicit markdown is rendered)
// This is different from v11 where undefined defaulted to 'markdown'
return 'text';
return 'markdown';
}
}