mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 14:16:42 +02:00
#945 Support for forks and joins
This commit is contained in:
@@ -61,7 +61,7 @@ const insertMarkers = function(elem) {
|
||||
export const draw = function(text, id) {
|
||||
parser.yy.clear();
|
||||
parser.parse(text);
|
||||
logger.info('Rendering diagram ' + text);
|
||||
logger.warn('Rendering diagram ' + text);
|
||||
|
||||
// /// / Fetch the default direction, use TD if none was found
|
||||
const diagram = d3.select(`[id='${id}']`);
|
||||
|
Reference in New Issue
Block a user