autonumber doesn't seem to work
See original GitHub issueTrying to render a sequence diagram with autonumber.
sequenceDiagram autonumber Caller->>+Receiver:Invoke
Throws this error:
(node:13159) UnhandledPromiseRejectionWarning: Error: Evaluation failed: Error: Parse error on line 2:
...agram autonumber Caller->>+Recei
----------------------^
Expecting 'SOLID_OPEN_ARROW', 'DOTTED_OPEN_ARROW', 'SOLID_ARROW', 'DOTTED_ARROW', 'SOLID_CROSS', 'DOTTED_CROSS', got 'NL'
at x.parseError (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:1:423219)
at x.parse (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:1:424385)
at Object.e.draw (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:1:720085)
at Object.render (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:1:760928)
at s (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:8:233)
at Object.init (file:///usr/local/lib/node_modules/mermaid.cli/mermaid.min.js:8:318)
at __puppeteer_evaluation_script__:17:20
at ExecutionContext._evaluateInternal (/usr/local/lib/node_modules/mermaid.cli/node_modules/puppeteer/lib/ExecutionContext.js:122:13)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
version: ‘8.7.0’,
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Autonumber not working anymore - Power Platform Community
Solved: Hi everybody, In the dataverse, i have a table that uses an autonumber column as primary name column. It worked fine until...
Read more >Autonumbering does not always work? - Smartsheet Community
Hi there. I have an order reference column set to auto number. It is prefixed by the date and then an autonumber for...
Read more >Auto Number Search doesn't seem to work | Access World Forums
Hi, Could someone please explain why I can't search and auto number field? I need to be able to do this and ......
Read more >Restart or reset an 'Auto-Number' field - Salesforce Help
For step 3, select 'Auto-Number' for the Data Type. Note: This does not work for Objects installed by managed released packages (because the...
Read more >Auto number position outside head does not seem to work
Your margins are too small. Plus, you need to add a value for the left margin. ... - mc-auto-number-offset: defines the point to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@grangerjs : can we close this issue?
I’m also seeing this issue when running
mmdc -i account-statement-token.mmd -o account-statement-token.png -c config.json. If I removeautonumberfromaccount-statement-token.mmdwith no other changes, the diagram is successfully generated.account-statement-token.mmd
config.json
error output
When
autonumberis removed from the.mmdfile, this is the output: