mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 02:04:08 +01:00
Fix for issue #178, auto-line wrap of notes in sequence diagrams
This commit is contained in:
@@ -17,6 +17,10 @@ var d3 = require('./d3');
|
||||
var nextId = 0;
|
||||
|
||||
// Default options, can be overridden at initialization time
|
||||
/**
|
||||
* Object with the co0nfigurations
|
||||
* @type {Object}
|
||||
*/
|
||||
var config = {
|
||||
cloneCssStyles: true,
|
||||
flowchart:{
|
||||
|
||||
Reference in New Issue
Block a user