hikerpig / pintora

An extensible text-to-diagrams library that works in both browser and node.js
https://pintorajs.vercel.app
MIT License
1.11k stars 24 forks source link

classDiagram: Add support for commas in method argument #267

Closed rusty-snake closed 6 months ago

rusty-snake commented 7 months ago

Minimal example

classDiagram
  class Foo {
    void foo(a: int, b: int)
  }

Some programming languages use commas to separate arguments of methods.

I could not find a way to quote or escape it.

hikerpig commented 6 months ago

This is fixed is v0.7.3