blockdiag / seqdiag

Apache License 2.0
66 stars 14 forks source link

Support for multiline/block string #38

Open aboehm opened 3 years ago

aboehm commented 3 years ago

Python supports multiline or block strings like

"""a very "long" string """ or

'''a very 'long' string ''' This would give a better integration of texts which include quotes.