# Summary If multiple mermaid diagrams are included in markdown file, a syntax error will occur.  # Reproduce ~~~markdown # test ```mermaid stateDiagram s1-->s2 ``` ```mermaid stateDiagram s1-->s2 ``` ~~~