pandoc-ext / diagram

Generate diagrams from embedded code; supports Mermaid, Dot/GraphViz, PlantUML, Asymptote, and TikZ.
MIT License
53 stars 9 forks source link

warn function introduced new error #18

Closed danmackinlay closed 3 months ago

danmackinlay commented 3 months ago

the warn funciton uses string.concat which does not appear to be real. did we mean table.concat?