bpruitt-goddard/vscode-mermaid-syntax-highlight

highlight error when node is Chinese

heartacker opened this issue · 0 comments

flowchart TB
    subgraph HQA测试调试
        direction LR
        数据log确认==>多电压测试==>高低温测试

        subgraph 数据log确认
            数据完整性
            数据完整性
        end

        subgraph 多电压测试
            多电压测试1
        end

        subgraph 高低温测试
            高温测试
            低温测试
        end
        subgraph datadeal
            数据处理
        end
        
        数据log确认-.->datadeal
        多电压测试-.->datadeal
        高低温测试-.->datadeal
    end

image