mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-03 12:25:22 +01:00
New release
This commit is contained in:
@@ -40,7 +40,7 @@ var options = {
|
||||
outputDir: system.args[1]
|
||||
, png: system.args[2] === 'true' ? true : false
|
||||
, svg: system.args[3] === 'true' ? true : false
|
||||
, css: system.args[4] !== '' ? system.args[4] : '* { margin: 0; padding: 0; }'
|
||||
, css: system.args[4] !== '' ? system.args[4] : '* { margin: 0; padding: 0; }'
|
||||
, sequenceConfig: system.args[5]
|
||||
, ganttConfig: system.args[6]
|
||||
, verbose: system.args[7] === 'true' ? true : false
|
||||
@@ -59,7 +59,7 @@ var options = {
|
||||
page.content = [
|
||||
'<html>'
|
||||
, '<head>'
|
||||
, '<style type="text/css">'
|
||||
, '<style type="text/css">body {background:white;font-family: Arial;}'
|
||||
, options.css
|
||||
, '</style>'
|
||||
, '</head>'
|
||||
|
||||
Reference in New Issue
Block a user