mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 13:59:54 +02:00
#926 Adding e2e tools for replicating issues
This commit is contained in:
@@ -12,6 +12,10 @@ export const mermaidUrl = (graphStr, options, api) => {
|
||||
url = 'http://localhost:9000/xss.html?graph=' + graphStr
|
||||
}
|
||||
|
||||
if (options.listUrl) {
|
||||
console.log(options.listId, ' ', url)
|
||||
}
|
||||
|
||||
return url
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user