Luca Selinski

Results 5 comments of Luca Selinski

[Chaining of links](https://mermaid-js.github.io/mermaid/#/flowchart?id=chaining-of-links) and [long links](https://mermaid-js.github.io/mermaid/#/flowchart?id=minimum-length-of-a-link) don't work either.

I got this problem, too. Maybe this could be resolved by not grouping contacts coming from the same source.

[Pandoc's simple_tables and multiline_tables](https://pandoc.org/MANUAL.html#tables) also cause WHITESPACE_RULE errors. **simple_tables** ```markdown Right Left Center Default ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1...

I'm working purely in TypeScript as well, transpiling the TypeScript sources to JavaScript for execution with Node.js. I'm no expert on this topic, but here's how I understand it: Recent...