mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-03 12:25:22 +01:00
Revert: rollback recent diagram utility and markdown label changes
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user