diff --git a/test/mermaid/scanned_hard/mermaid_1.txt b/test/mermaid/scanned_hard/mermaid_1.txt new file mode 100644 index 0000000000000000000000000000000000000000..d45a8b70f9f71987b7fc94423c18a4740bb328f5 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_1.txt @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_10.txt b/test/mermaid/scanned_hard/mermaid_10.txt new file mode 100644 index 0000000000000000000000000000000000000000..f614a1603ba83a4f121565e9d6161d3ed7f2a743 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_10.txt @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_100.mmd b/test/mermaid/scanned_hard/mermaid_100.mmd new file mode 100644 index 0000000000000000000000000000000000000000..64743f4bacae021b79d93b4e32d566e962b93388 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_100.mmd @@ -0,0 +1,40 @@ +graph RL + N0([Corporate Governance Standards]) + N1[/Audit Planning/] + N2{Labor Law Compliance} + N3[/Information Security Compliance/] + N4(Compliance Training) + N5(Ethics Committee Formation) + N6[(Fair Competition Compliance)] + N7[/Monitoring and Enforcement/] + N8([Reporting Mechanisms]) + N0 --> |guides| N1 + N1 -.-> |accountability| N2 + N2 -.-> N3 + N3 -.-> N4 + N4 -.-> |monitors| N5 + N5 --> |prevents| N6 + N6 --> |audits| N7 + N7 -.-> N8 + N3 --> |trains| N7 + N0 --> N2 + style N0 fill:#FFFAE0,stroke:#FFE470 + style N1 fill:#E8F0EA,stroke:#92C79A + style N2 fill:#FFFAE0,stroke:#FFE470 + style N3 fill:#FFFAE0,stroke:#FFE470 + style N4 fill:#E8F0EA,stroke:#92C79A + style N5 fill:#FFFAE0,stroke:#FFE470 + style N6 fill:#E8F0EA,stroke:#92C79A + style N7 fill:#FFFAE0,stroke:#FFE470 + style N8 fill:#C8E6C9,stroke:#4CAF50 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 2 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 3 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 4 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 7 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_103.mmd b/test/mermaid/scanned_hard/mermaid_103.mmd new file mode 100644 index 0000000000000000000000000000000000000000..1d40c9301c80646c03defdc26e1365b7c7acea5d --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_103.mmd @@ -0,0 +1,34 @@ +graph LR + N0([Cyber Surveillance]) + N1([Security Personnel Operations]) + N2(Privacy Concerns Mitigation) + N3[/Access Control Systems/] + N4[Drone Surveillance] + N5[/Wildlife Tracking/] + N6([Facial Recognition Systems]) + N7([Social Media Monitoring]) + N0 --> N1 + N1 -.-> N2 + N2 --> N3 + N3 -.-> |tracks| N4 + N4 --> |authenticates| N5 + N5 --> |visualizes| N6 + N6 -.-> |shares| N7 + N6 --> |controls| N4 + style N0 fill:#F1F8FF,stroke:#42A5F5 + style N1 fill:#FFDCD6,stroke:#FFB2A5 + style N2 fill:#CFD8DC,stroke:#607D8B + style N3 fill:#CFD8DC,stroke:#607D8B + style N4 fill:#CFD8DC,stroke:#607D8B + style N5 fill:#F1F8FF,stroke:#42A5F5 + style N6 fill:#CFD8DC,stroke:#607D8B + style N7 fill:#F1F8FF,stroke:#42A5F5 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 7 stroke:#607D8B,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_104.mmd b/test/mermaid/scanned_hard/mermaid_104.mmd new file mode 100644 index 0000000000000000000000000000000000000000..66ff0fcff87d80fae4afd9924a07916e6d9962c0 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_104.mmd @@ -0,0 +1,46 @@ +graph BT + N0([Hotspot Policing]) + N1[Crime Prevention Through Education] + N2[(Reintegration Programs)] + N3[/Target Hardening/] + N4[Gang Intervention] + N5[Early Intervention Programs] + N6{Technology for Prevention} + N7[[Identity Theft Prevention]] + N8([Victim Support Services]) + N9(Deterrence Strategies) + N10([Patrol Operations]) + N0 -.-> |forecasts| N1 + N1 --> N2 + N2 -.-> N3 + N3 -.-> N4 + N4 --> |certifies| N5 + N5 -.-> |laws_enforces| N6 + N6 --> N7 + N7 --> |deters| N8 + N8 -.-> N9 + N9 --> N10 + N3 -.-> |investigates| N5 + style N0 fill:#F6F6F6,stroke:#CFCFCF + style N1 fill:#FFF8E1,stroke:#FFD54F + style N2 fill:#FFF8E1,stroke:#FFD54F + style N3 fill:#F6F6F6,stroke:#CFCFCF + style N4 fill:#FFF8E1,stroke:#FFD54F + style N5 fill:#F6F6F6,stroke:#CFCFCF + style N6 fill:#F6F6F6,stroke:#CFCFCF + style N7 fill:#FFF8E1,stroke:#FFD54F + style N8 fill:#FFF8E1,stroke:#FFD54F + style N9 fill:#FFF8E1,stroke:#FFD54F + style N10 fill:#F6F6F6,stroke:#CFCFCF + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 5 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 6 stroke:#CFCFCF,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#388E3C,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_104.txt b/test/mermaid/scanned_hard/mermaid_104.txt new file mode 100644 index 0000000000000000000000000000000000000000..89b844184abff9fa26e85824c354a158c37d8394 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_104.txt @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_106.mmd b/test/mermaid/scanned_hard/mermaid_106.mmd new file mode 100644 index 0000000000000000000000000000000000000000..d7bcc01dcc7d538fe4af9b41869b956892807cb2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_106.mmd @@ -0,0 +1,38 @@ +graph BT + N0([start]) + N1(Sea Level Monitoring) + N2[[Buoy Deployment]] + N3[/Ocean Acidification Research/] + N4[Sediment Analysis] + N5{Marine Life Observation} + N6[/Physical Oceanography/] + N7{Coastal Erosion Research} + N8{Tsunami Prediction} + N9(Ocean Floor Mapping) + N10(Marine Ecosystem Health) + N11([end]) + N0 --> N1 + N1 --> |no| N2 + N2 -.-> N3 + N3 --> |yes| N4 + N4 -.-> N5 + N5 --> |yes| N6 + N6 -.-> |yes| N7 + N7 --> |no| N8 + N8 -.-> |no| N9 + N9 -.-> |no| N10 + N10 -.-> |yes| N11 + N11 -.-> N7 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 1 stroke:#AED581,stroke-width:2px,fill:none; + linkStyle 2 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 7 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#AED581,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_108.mmd b/test/mermaid/scanned_hard/mermaid_108.mmd new file mode 100644 index 0000000000000000000000000000000000000000..092136126a024b7926cf6cb42f1903940719e448 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_108.mmd @@ -0,0 +1,52 @@ +graph BT + N0([Epigenomics]) + N1[(Disease Gene Identification)] + N2([DNA Sequencing]) + N3[Gene Annotation] + N4[/Cloning Technologies/] + N5(Genomic Data Analysis) + N6{Single_Cell Genomics} + N7[[Next_Generation Sequencing]] + N8([Spatial Genomics]) + N9[/Personalized Medicine/] + N10[Variant Calling] + N11([end]) + N0 --> |proteins_characterizes| N1 + N1 -.-> N2 + N2 --> |sequences| N3 + N3 -.-> |DNA_explores| N4 + N4 --> N5 + N5 --> N6 + N6 -.-> |licenses| N7 + N7 -.-> N8 + N8 --> |ethical_considers| N9 + N9 -.-> N10 + N10 -.-> N11 + N0 --> |therapies_develops| N9 + N2 -.-> |visualizes_data| N0 + style N0 fill:#B2EBF2,stroke:#00BCD4 + style N1 fill:#FFFAE0,stroke:#FFE470 + style N2 fill:#FFFAE0,stroke:#FFE470 + style N3 fill:#E1F5FE,stroke:#4FC3F7 + style N4 fill:#FFFAE0,stroke:#FFE470 + style N5 fill:#E1F5FE,stroke:#4FC3F7 + style N6 fill:#FFFAE0,stroke:#FFE470 + style N7 fill:#FFFAE0,stroke:#FFE470 + style N8 fill:#B2EBF2,stroke:#00BCD4 + style N9 fill:#B2EBF2,stroke:#00BCD4 + style N10 fill:#B2EBF2,stroke:#00BCD4 + style N11 fill:#E1F5FE,stroke:#4FC3F7 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 1 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 5 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 6 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 7 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 8 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 9 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 10 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 11 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_108.txt b/test/mermaid/scanned_hard/mermaid_108.txt new file mode 100644 index 0000000000000000000000000000000000000000..6730ee4f15fbb2c06f2b403a804af517a1cdac78 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_108.txt @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_109.mmd b/test/mermaid/scanned_hard/mermaid_109.mmd new file mode 100644 index 0000000000000000000000000000000000000000..b56a347c4543edd46cb231d8a4c16d4b3899efa9 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_109.mmd @@ -0,0 +1,42 @@ +graph RL + N0([Acoustic Modeling]) + N1([Command and Control]) + N2{Cross_Lingual Speech Recognition} + N3[Disordered Speech Recognition] + N4[Security Authentication] + N5([Phonetic Transcription]) + N6(Embedded Speech Recognition) + N7[(Text_to_Speech Synthesis)] + N8(Cloud_based Speech Services) + N9([Feature Extraction]) + N0 -.-> |converts| N1 + N1 -.-> N2 + N2 --> N3 + N3 -.-> |dictates| N4 + N4 --> N5 + N5 --> |supports| N6 + N6 -.-> |generates| N7 + N7 -.-> |analyzes| N8 + N8 -.-> |identifies| N9 + N8 --> N1 + style N0 fill:#B3E5FC,stroke:#03A9F4 + style N1 fill:#FFF9D4,stroke:#FFE69C + style N2 fill:#D1C4E9,stroke:#7E57C2 + style N3 fill:#D1C4E9,stroke:#7E57C2 + style N4 fill:#B3E5FC,stroke:#03A9F4 + style N5 fill:#D1C4E9,stroke:#7E57C2 + style N6 fill:#D1C4E9,stroke:#7E57C2 + style N7 fill:#D1C4E9,stroke:#7E57C2 + style N8 fill:#FFF9D4,stroke:#FFE69C + style N9 fill:#B3E5FC,stroke:#03A9F4 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 7 stroke:#7E57C2,stroke-width:2px,fill:none; + linkStyle 8 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_109.txt b/test/mermaid/scanned_hard/mermaid_109.txt new file mode 100644 index 0000000000000000000000000000000000000000..b4b0eb77442c27bc99cc3287dc47e22e6b27cc1d --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_109.txt @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_11.mmd b/test/mermaid/scanned_hard/mermaid_11.mmd new file mode 100644 index 0000000000000000000000000000000000000000..66a503cfb5adead6588075ea683d8bbe23997879 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_11.mmd @@ -0,0 +1,48 @@ +graph RL + N0([Food Processing]) + N1{Animal Health Monitoring} + N2[Seed Sowing] + N3[/Hydroponic System Management/] + N4[/Soil Testing/] + N5[(Market Transportation)] + N6[[Drone Scouting]] + N7(Forestry Management) + N8(Barn Cleaning) + N9([Seedling Transplanting]) + N10([Equipment Repair]) + N0 -.-> N1 + N1 --> N2 + N2 -.-> N3 + N3 --> |fertilizes| N4 + N4 --> |distributes| N5 + N5 -.-> N6 + N6 --> |maps| N7 + N7 --> |tracks| N8 + N8 -.-> |complies| N9 + N9 --> N10 + N6 --> |controls| N8 + N0 --> |educates| N3 + style N0 fill:#EDF5F3,stroke:#A1D7CD + style N1 fill:#ECEFF1,stroke:#90A4AE + style N2 fill:#ECEFF1,stroke:#90A4AE + style N3 fill:#EDF5F3,stroke:#A1D7CD + style N4 fill:#EDF5F3,stroke:#A1D7CD + style N5 fill:#ECEFF1,stroke:#90A4AE + style N6 fill:#ECEFF1,stroke:#90A4AE + style N7 fill:#EDF5F3,stroke:#A1D7CD + style N8 fill:#EDF5F3,stroke:#A1D7CD + style N9 fill:#ECEFF1,stroke:#90A4AE + style N10 fill:#ECEFF1,stroke:#90A4AE + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#A1D7CD,stroke-width:2px,fill:none; + linkStyle 1 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 2 stroke:#A1D7CD,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#A1D7CD,stroke-width:2px,fill:none; + linkStyle 6 stroke:#A1D7CD,stroke-width:2px,fill:none; + linkStyle 7 stroke:#A1D7CD,stroke-width:2px,fill:none; + linkStyle 8 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_111.txt b/test/mermaid/scanned_hard/mermaid_111.txt new file mode 100644 index 0000000000000000000000000000000000000000..ddfb15f09c46d2a761af1026c952acf369f3881f --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_111.txt @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_112.mmd b/test/mermaid/scanned_hard/mermaid_112.mmd new file mode 100644 index 0000000000000000000000000000000000000000..82d0cbe1d63e86d86456622d99e26d7309fce7b9 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_112.mmd @@ -0,0 +1,36 @@ +graph TD + N0([start]) + N1(Scripting for Automation) + N2[Finance Process Automation] + N3[(Audit Trail for Automation)] + N4(Performance Monitoring of Bots) + N5[Optical Character Recognition for Automation] + N6[[Integration with Existing Systems]] + N7([Compliance in Automation]) + N0 --> N1 + N1 -.-> N2 + N2 -.-> |optimizes| N3 + N3 -.-> N4 + N4 -.-> |tracks| N5 + N5 -.-> N6 + N6 -.-> |reports_generates| N7 + N3 --> |integrates_systems| N5 + N5 --> |errors_detects| N7 + style N0 fill:#FFDAB9,stroke:#FFC085 + style N1 fill:#FFDAB9,stroke:#FFC085 + style N2 fill:#FCFCE7,stroke:#DCE775 + style N3 fill:#DACBE3,stroke:#A188D0 + style N4 fill:#FCFCE7,stroke:#DCE775 + style N5 fill:#DACBE3,stroke:#A188D0 + style N6 fill:#FFDAB9,stroke:#FFC085 + style N7 fill:#FCFCE7,stroke:#DCE775 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 1 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 2 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 4 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 7 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 8 stroke:#DCE775,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_113.txt b/test/mermaid/scanned_hard/mermaid_113.txt new file mode 100644 index 0000000000000000000000000000000000000000..c40d4a41f49a09a618279d7f0749614a9f8d6c4c --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_113.txt @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_114.mmd b/test/mermaid/scanned_hard/mermaid_114.mmd new file mode 100644 index 0000000000000000000000000000000000000000..74a79521c8069ed389dd392a941751bdd4849a33 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_114.mmd @@ -0,0 +1,34 @@ +graph TD + N0([start]) + N1[[Integration with Other Systems]] + N2[(Customer Relationship Management)] + N3[/Manufacturing Operations/] + N4[User Training] + N5([User Acceptance Testing]) + N6([Cloud ERP Deployment]) + N7[/Troubleshooting and Support/] + N8[Mobile ERP Access] + N9([end]) + N0 --> N1 + N1 --> |yes| N2 + N2 --> |no| N3 + N3 --> |yes| N4 + N4 -.-> |yes| N5 + N5 -.-> |no| N6 + N6 --> |yes| N7 + N7 -.-> N8 + N8 -.-> |no| N9 + N0 --> N3 + N6 --> |no| N8 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 1 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 2 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 4 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FFE470,stroke-width:2px,fill:none; + linkStyle 10 stroke:#F7BEE0,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_114.txt b/test/mermaid/scanned_hard/mermaid_114.txt new file mode 100644 index 0000000000000000000000000000000000000000..ade249d9361bb8bf1e18a64b875abd809f2efbbd --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_114.txt @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_115.mmd b/test/mermaid/scanned_hard/mermaid_115.mmd new file mode 100644 index 0000000000000000000000000000000000000000..b8f321ae7ca57772bc32f8ac5e571dd0c00ce363 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_115.mmd @@ -0,0 +1,28 @@ +graph BT + N0([start]) + N1[Smart Livestock Monitoring] + N2{Digital Soil Mapping} + N3(Drone Monitoring) + N4[Farm Management Dashboards] + N5(Variable Rate Application) + N6([Farm Robotics]) + N7([end]) + N0 -.-> |no| N1 + N1 -.-> N2 + N2 -.-> |yes| N3 + N3 --> |yes| N4 + N4 -.-> N5 + N5 --> |yes| N6 + N6 --> N7 + N2 -.-> |no| N1 + N7 -.-> N2 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 7 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 8 stroke:#E91E63,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_116.mmd b/test/mermaid/scanned_hard/mermaid_116.mmd new file mode 100644 index 0000000000000000000000000000000000000000..4b4f3d00b1e6d0d7f981469dc0c6528ae6484980 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_116.mmd @@ -0,0 +1,36 @@ +graph TD + N0([Ticketing Sales]) + N1[/Media Rights Negotiation/] + N2[(Gambling and Betting Regulation)] + N3(Mental Health Support for Players) + N4(Event Broadcasting) + N5([Anti_Cheat Measures]) + N6[[Brand Partnerships]] + N7([Player Contracts]) + N0 -.-> N1 + N1 --> N2 + N2 -.-> |strategies_develops| N3 + N3 --> |monetizes| N4 + N4 -.-> |merchandise_sells| N5 + N5 -.-> |manages| N6 + N6 --> N7 + N7 --> N1 + N4 --> N0 + style N0 fill:#FFCCBC,stroke:#FF5722 + style N1 fill:#D1C4E9,stroke:#7E57C2 + style N2 fill:#FFCCBC,stroke:#FF5722 + style N3 fill:#D1C4E9,stroke:#7E57C2 + style N4 fill:#FFCCBC,stroke:#FF5722 + style N5 fill:#FFFDE7,stroke:#FBC02D + style N6 fill:#FFCCBC,stroke:#FF5722 + style N7 fill:#FFFDE7,stroke:#FBC02D + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FBC02D,stroke-width:2px,fill:none; + linkStyle 5 stroke:#7E57C2,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FBC02D,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_117.mmd b/test/mermaid/scanned_hard/mermaid_117.mmd new file mode 100644 index 0000000000000000000000000000000000000000..41bc7c2e610b841e6442acb6ccc3d28682efaa8a --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_117.mmd @@ -0,0 +1,34 @@ +graph RL + N0([Gene Therapy for Neurological Disorders]) + N1[(Optogenetics)] + N2{Neuroinformatics} + N3(Cellular Neuroscience) + N4[Drug Development for Brain Disorders] + N5[Sensory Perception Research] + N6(Brain_Computer Interface) + N7([end]) + N0 -.-> N1 + N1 -.-> |models| N2 + N2 -.-> |presents| N3 + N3 --> |visualizes_data| N4 + N4 -.-> N5 + N5 -.-> N6 + N6 -.-> |therapies_develops| N7 + N7 --> N6 + style N0 fill:#C8E6C9,stroke:#4CAF50 + style N1 fill:#C9F0F0,stroke:#4DD0E1 + style N2 fill:#C8E6C9,stroke:#4CAF50 + style N3 fill:#C9F0F0,stroke:#4DD0E1 + style N4 fill:#C9F0F0,stroke:#4DD0E1 + style N5 fill:#C8EDFF,stroke:#82DAFF + style N6 fill:#C8E6C9,stroke:#4CAF50 + style N7 fill:#C8EDFF,stroke:#82DAFF + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#4DD0E1,stroke-width:2px,fill:none; + linkStyle 5 stroke:#4DD0E1,stroke-width:2px,fill:none; + linkStyle 6 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 7 stroke:#4CAF50,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_119.txt b/test/mermaid/scanned_hard/mermaid_119.txt new file mode 100644 index 0000000000000000000000000000000000000000..3db47b55930e62b1c73d1fde4390b3965d4211c2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_119.txt @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_12.mmd b/test/mermaid/scanned_hard/mermaid_12.mmd new file mode 100644 index 0000000000000000000000000000000000000000..fee8eb16a7da401cb62012e6f8276cb9afb12559 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_12.mmd @@ -0,0 +1,34 @@ +graph TD + N0([start]) + N1[[Restaurant Reservation]] + N2[[Travel Advisory Updates]] + N3[[Travel Blog Creation]] + N4[/Activity Booking/] + N5[Feedback Collection] + N6[Airport Transfer] + N7([Group Tour Coordination]) + N0 -.-> N1 + N1 -.-> |recommends| N2 + N2 --> N3 + N3 -.-> |markets| N4 + N4 -.-> |assists| N5 + N5 --> N6 + N6 -.-> |discovers| N7 + N2 --> N7 + style N0 fill:#FFDAB9,stroke:#FFC085 + style N1 fill:#D7CCC8,stroke:#795548 + style N2 fill:#C8E6C9,stroke:#388E3C + style N3 fill:#D7CCC8,stroke:#795548 + style N4 fill:#FFDAB9,stroke:#FFC085 + style N5 fill:#D7CCC8,stroke:#795548 + style N6 fill:#FFDAB9,stroke:#FFC085 + style N7 fill:#D7CCC8,stroke:#795548 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 2 stroke:#795548,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 5 stroke:#795548,stroke-width:2px,fill:none; + linkStyle 6 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 7 stroke:#FFC085,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_120.mmd b/test/mermaid/scanned_hard/mermaid_120.mmd new file mode 100644 index 0000000000000000000000000000000000000000..235148f324b9c1a49d94bae1febde342ed5cb075 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_120.mmd @@ -0,0 +1,44 @@ +graph TD + N0([Learning Analytics Dashboards]) + N1[(Gamified Learning)] + N2[Interactive Content Creation] + N3[(Curriculum Digitization)] + N4[Digital Textbooks] + N5(Blockchain for Educational Credentials) + N6[[Teacher Training Platforms]] + N7[AI in Education] + N8[[Competency_Based Learning Platforms]] + N9([Accessibility in EdTech]) + N0 --> |experiences_personalizes| N1 + N1 --> |evaluates| N2 + N2 --> |funds| N3 + N3 -.-> |robotics_integrates| N4 + N4 --> N5 + N5 --> |simulates| N6 + N6 --> N7 + N7 --> N8 + N8 --> |teachers_trains| N9 + N9 -.-> N2 + N2 --> |administrators_assists| N9 + style N0 fill:#E1BEE7,stroke:#9C27B0 + style N1 fill:#FCE4EC,stroke:#E91E63 + style N2 fill:#EDE7F6,stroke:#7E57C2 + style N3 fill:#FCE4EC,stroke:#E91E63 + style N4 fill:#E1BEE7,stroke:#9C27B0 + style N5 fill:#E1BEE7,stroke:#9C27B0 + style N6 fill:#E1BEE7,stroke:#9C27B0 + style N7 fill:#E1BEE7,stroke:#9C27B0 + style N8 fill:#EDE7F6,stroke:#7E57C2 + style N9 fill:#FCE4EC,stroke:#E91E63 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 3 stroke:#7E57C2,stroke-width:2px,fill:none; + linkStyle 4 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#E91E63,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_120.txt b/test/mermaid/scanned_hard/mermaid_120.txt new file mode 100644 index 0000000000000000000000000000000000000000..c8df6bef93ee84ddecc025dd226c9ee8c241cf9e --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_120.txt @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_121.mmd b/test/mermaid/scanned_hard/mermaid_121.mmd new file mode 100644 index 0000000000000000000000000000000000000000..08ce8235d0736ff4561e663b0096da842e7c2ec2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_121.mmd @@ -0,0 +1,62 @@ +graph RL + N0([start]) + N1([Climate Modeling]) + N2{Atmospheric Sounding} + N3[Marine Weather Forecast] + N4[[Seasonal Outlook Preparation]] + N5[(Satellite Meteorology)] + N6[Air Quality Forecasting] + N7(Meteorological Station Maintenance) + N8[[Climate Change Impact Study]] + N9[Storm Tracking] + N10([end]) + S0(( )) + M0(( )) + subgraph Weather Forecasting + nest0_0[Tornado Watch or Warning] + nest0_1(Ocean_Atmosphere Interaction Study) + nest0_2[(Flood Prediction)] + end + N0 --> |no| N1 + N1 -.-> N2 + N2 --> N3 + N3 -.-> N4 + N4 --> N5 + N5 --> N6 + N6 --> N7 + N7 --> |no| N8 + N8 --> N9 + N9 --> N10 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + N2 -.-> |yes| nest0_0 + nest0_2 --> N6 + N2 --> S0 + S0 -.-> N4 + S0 -.-> |no| N8 + N5 -.-> M0 + N4 --> M0 + M0 --> N9 + style S0 fill:#FFFDE0,stroke:#FFF8A6 + style M0 fill:#F3E5F5,stroke:#BA68C8 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#BA68C8,stroke-width:2px,fill:none; + linkStyle 1 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 9 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#BA68C8,stroke-width:2px,fill:none; + linkStyle 12 stroke:#BA68C8,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#BA68C8,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 18 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 19 stroke:#61CAC3,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_121.txt b/test/mermaid/scanned_hard/mermaid_121.txt new file mode 100644 index 0000000000000000000000000000000000000000..27ceef0103da280089e00094135d45f658d46d87 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_121.txt @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_122.txt b/test/mermaid/scanned_hard/mermaid_122.txt new file mode 100644 index 0000000000000000000000000000000000000000..809b7ff9a6aad939366a5b41fbbd33079d680eb6 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_122.txt @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_123.txt b/test/mermaid/scanned_hard/mermaid_123.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5a5bece8316136a79ae14246dd7588974d8278a --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_123.txt @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_124.txt b/test/mermaid/scanned_hard/mermaid_124.txt new file mode 100644 index 0000000000000000000000000000000000000000..af8446f6a623f21c394101d3c578d82982a21731 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_124.txt @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_125.mmd b/test/mermaid/scanned_hard/mermaid_125.mmd new file mode 100644 index 0000000000000000000000000000000000000000..85250c8331ea68bf400e8516cb1faa5210eb75c2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_125.mmd @@ -0,0 +1,92 @@ +graph TD + N0([Biomedical Waste Handling]) + N1[Waste Sorting] + N2[Transfer Station Management] + N3([Zero Waste Initiatives]) + N4[Waste Management Data Analytics] + N5([Waste Incineration]) + N6(Recycling Processing) + N7[(Waste Logistics Optimization)] + N8{Waste Reduction Planning} + N9(Plastic Recycling Technologies) + N10[Waste Collection] + N11([Circular Economy Initiatives]) + N12([end]) + S0(( )) + M0(( )) + M1(( )) + subgraph Illegal Dumping Monitoring + nest0_0[(Glass Recycling)] + nest0_1[Anaerobic Digestion] + nest0_2[[Organics Collection]] + end + N0 -.-> N1 + N1 --> |disposes| N2 + N2 --> |extracts| N3 + N3 --> |reuses| N4 + N4 -.-> N5 + N5 --> |reclaims| N6 + N6 -.-> |tracks| N7 + N7 -.-> N8 + N8 -.-> N9 + N9 -.-> N10 + N10 --> N11 + N11 --> N12 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + N5 -.-> nest0_0 + nest0_2 -.-> |optimizes| N4 + N4 -.-> S0 + S0 --> |separates| N11 + S0 --> N10 + N0 -.-> M0 + N1 --> M0 + M0 -.-> N3 + N2 -.-> |innovates| M1 + N0 -.-> M1 + M1 -.-> N5 + style N0 fill:#E1F5FE,stroke:#4FC3F7 + style N1 fill:#E1F5FE,stroke:#4FC3F7 + style N2 fill:#DACBE3,stroke:#A188D0 + style N3 fill:#E1F5FE,stroke:#4FC3F7 + style N4 fill:#E1F5FE,stroke:#4FC3F7 + style N5 fill:#E4E0DF,stroke:#BDAFA8 + style N6 fill:#E1F5FE,stroke:#4FC3F7 + style N7 fill:#E1F5FE,stroke:#4FC3F7 + style N8 fill:#DACBE3,stroke:#A188D0 + style N9 fill:#DACBE3,stroke:#A188D0 + style N10 fill:#DACBE3,stroke:#A188D0 + style N11 fill:#E1F5FE,stroke:#4FC3F7 + style N12 fill:#DACBE3,stroke:#A188D0 + style S0 fill:#DACBE3,stroke:#A188D0 + style M0 fill:#DACBE3,stroke:#A188D0 + style M1 fill:#DACBE3,stroke:#A188D0 + style nest0_0 fill:#DACBE3,stroke:#A188D0 + style nest0_1 fill:#E1F5FE,stroke:#4FC3F7 + style nest0_2 fill:#DACBE3,stroke:#A188D0 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 6 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 13 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 14 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 17 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 18 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 19 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 22 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 23 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 24 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_126.txt b/test/mermaid/scanned_hard/mermaid_126.txt new file mode 100644 index 0000000000000000000000000000000000000000..0b4d0fc13431cf6dbe26dc3824027f63a5e91f6c --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_126.txt @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_127.mmd b/test/mermaid/scanned_hard/mermaid_127.mmd new file mode 100644 index 0000000000000000000000000000000000000000..06187bbc6759e014ce3f583d472a412f9569a843 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_127.mmd @@ -0,0 +1,76 @@ +graph LR + N0([start]) + N1(Water Conservation Planning) + N2{Water Treatment} + N3[[Stormwater Management]] + N4[/Desalination/] + N5{Aquifer Recharge} + N6(Water Meter Reading) + N7[Water Scarcity Mitigation] + N8[/Industrial Water Use Optimization/] + N9[Wastewater Collection] + N10([Dam Management]) + N11(Sewer System Inspection) + N12[/Water Distribution/] + N13[Hydrological Modeling] + N14[[Billing and Revenue Management]] + N15([end]) + S0(( )) + M0(( )) + subgraph Wastewater Treatment + nest0_0[[Water Loss Detection]] + nest0_1[(Water Resource Planning)] + end + N0 -.-> |yes| N1 + N1 --> |no| N2 + N2 -.-> N3 + N3 -.-> |no| N4 + N4 -.-> N5 + N5 --> N6 + N6 --> |yes| N7 + N7 -.-> N8 + N8 --> |yes| N9 + N9 --> N10 + N10 -.-> N11 + N11 -.-> N12 + N12 -.-> N13 + N13 --> N14 + N14 --> N15 + nest0_0 -.-> nest0_1 + N12 --> |no| nest0_0 + nest0_1 -.-> N5 + N8 --> S0 + S0 -.-> N13 + S0 --> |no| N15 + S0 -.-> |no| N10 + N1 --> M0 + N0 --> M0 + M0 -.-> N3 + style S0 fill:#FFEBEB,stroke:#FFC2C2 + style M0 fill:#ECF0FD,stroke:#B8C0F5 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 12 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 14 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 20 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 21 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 22 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 23 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 24 stroke:#FFC2C2,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_128.mmd b/test/mermaid/scanned_hard/mermaid_128.mmd new file mode 100644 index 0000000000000000000000000000000000000000..7e212b3602cc3180d1519c8eed8fadc37030f5a2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_128.mmd @@ -0,0 +1,56 @@ +graph TD + N0([Drought Management]) + N1[Dam Management] + N2{Drinking Water Standards Compliance} + N3(Sewer System Inspection) + N4[Water Infrastructure Maintenance] + N5([Hydrological Modeling]) + S0(( )) + subgraph Groundwater Management + nest0_0[Wastewater Collection] + nest0_1{Piping Network Repair} + nest0_2(Water Rights Management) + nest0_3(Water Distribution) + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 -.-> N4 + N4 --> |recycles| N5 + nest0_0 -.-> nest0_1 + nest0_1 -.-> |analyzes| nest0_2 + nest0_2 -.-> |constructs| nest0_3 + N1 -.-> |detects| nest0_0 + nest0_3 --> N3 + N0 -.-> S0 + S0 -.-> N3 + S0 -.-> N2 + nest0_3 -.-> nest0_2 + N3 --> N5 + style N0 fill:#C8EDFF,stroke:#82DAFF + style N1 fill:#F1F8E9,stroke:#388E3C + style N2 fill:#C8EDFF,stroke:#82DAFF + style N3 fill:#F1F8E9,stroke:#388E3C + style N4 fill:#E4E0DF,stroke:#BDAFA8 + style N5 fill:#E4E0DF,stroke:#BDAFA8 + style S0 fill:#F1F8E9,stroke:#388E3C + style nest0_0 fill:#F1F8E9,stroke:#388E3C + style nest0_1 fill:#C8EDFF,stroke:#82DAFF + style nest0_2 fill:#F1F8E9,stroke:#388E3C + style nest0_3 fill:#E4E0DF,stroke:#BDAFA8 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 1 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 2 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 5 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 9 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 10 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 11 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 12 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 13 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 14 stroke:#BDAFA8,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_129.mmd b/test/mermaid/scanned_hard/mermaid_129.mmd new file mode 100644 index 0000000000000000000000000000000000000000..b182e10efbee92bc357549f52ecfaac3be041b57 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_129.mmd @@ -0,0 +1,75 @@ +graph RL + N0([start]) + N1[/Transboundary Water Management/] + N2[/Water Conservation Planning/] + N3(Rainwater Harvesting) + N4[Ecosystem Protection] + N5(Hydroelectric Power Generation) + N6[Groundwater Management] + N7[Environmental Flow Assessment] + N8(Greywater Recycling) + N9(Water Scarcity Mitigation) + N10([end]) + S0(( )) + S1(( )) + M0(( )) + M1(( )) + subgraph Aquifer Recharge + nest0_0(Sewer System Inspection) + nest0_1(Wastewater Collection) + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 -.-> N4 + N4 -.-> |yes| N5 + N5 -.-> |yes| N6 + N6 --> |yes| N7 + N7 --> N8 + N8 --> N9 + N9 -.-> N10 + nest0_0 -.-> nest0_1 + N7 -.-> nest0_0 + nest0_1 -.-> N10 + N6 -.-> S0 + S0 -.-> |yes| N9 + S0 -.-> |no| N8 + N3 -.-> S1 + S1 -.-> N5 + S1 --> N9 + N2 --> M0 + N3 -.-> M0 + M0 --> N9 + N2 --> M1 + N1 --> M1 + M1 --> N7 + style S0 fill:#FFDAB9,stroke:#FFC085 + style S1 fill:#FFEBEB,stroke:#FFC2C2 + style M0 fill:#FFDAB9,stroke:#FFC085 + style M1 fill:#E3F2FD,stroke:#64B5F6 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 7 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 10 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 14 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 16 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 17 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 20 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 21 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 22 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 23 stroke:#FFC085,stroke-width:2px,fill:none; + linkStyle 24 stroke:#FFC2C2,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_129.txt b/test/mermaid/scanned_hard/mermaid_129.txt new file mode 100644 index 0000000000000000000000000000000000000000..92b7d2fdc1d73ce83aa9fc201e097282898aa18b --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_129.txt @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_130.mmd b/test/mermaid/scanned_hard/mermaid_130.mmd new file mode 100644 index 0000000000000000000000000000000000000000..4c99936424091fc687791809a57280c05026fa5e --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_130.mmd @@ -0,0 +1,80 @@ +graph BT + N0([start]) + N1([Sorting and Segregation]) + N2{Material Collection} + N3(Contamination Reduction) + N4(Electronic Waste Recycling) + N5[[Paper Recycling]] + N6(Closed_Loop Material Flow) + N7[(Material Purity Testing)] + N8{Plastic Recycling} + N9[/Industrial Recycling Programs/] + N10([Recycling Policy Advocacy]) + S0(( )) + S1(( )) + M0(( )) + subgraph Glass Recycling + nest0_0[New Product Manufacturing] + nest0_1(Recycling Data Tracking) + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 -.-> N4 + N4 --> |transports| N5 + N5 -.-> N6 + N6 -.-> N7 + N7 -.-> |partners| N8 + N8 -.-> N9 + N9 --> N10 + nest0_0 --> nest0_1 + N5 -.-> nest0_0 + nest0_1 -.-> N6 + N6 --> S0 + S0 -.-> |promotes| N9 + S0 -.-> |segregates| N8 + N6 --> S1 + S1 --> N8 + S1 -.-> N10 + N3 -.-> |supports| M0 + N5 --> |verifies| M0 + M0 -.-> N8 + style N0 fill:#FFFDE0,stroke:#FFF8A6 + style N1 fill:#FFFDE0,stroke:#FFF8A6 + style N2 fill:#D1C4E9,stroke:#673AB7 + style N3 fill:#D1C4E9,stroke:#673AB7 + style N4 fill:#FFF3E0,stroke:#FFA726 + style N5 fill:#FFF3E0,stroke:#FFA726 + style N6 fill:#FFFDE0,stroke:#FFF8A6 + style N7 fill:#D1C4E9,stroke:#673AB7 + style N8 fill:#FFFDE0,stroke:#FFF8A6 + style N9 fill:#D1C4E9,stroke:#673AB7 + style N10 fill:#D1C4E9,stroke:#673AB7 + style S0 fill:#FFFDE0,stroke:#FFF8A6 + style S1 fill:#D1C4E9,stroke:#673AB7 + style M0 fill:#D1C4E9,stroke:#673AB7 + style nest0_0 fill:#D1C4E9,stroke:#673AB7 + style nest0_1 fill:#FFFDE0,stroke:#FFF8A6 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 6 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 7 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 9 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 12 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#673AB7,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_132.mmd b/test/mermaid/scanned_hard/mermaid_132.mmd new file mode 100644 index 0000000000000000000000000000000000000000..0eea3265c7a75122b10dea49714705057f94ff44 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_132.mmd @@ -0,0 +1,82 @@ +graph TD + N0([Recycling Data Tracking]) + N1{Recycling Infrastructure Development} + N2[Hazardous Material Recovery] + N3[New Product Manufacturing] + N4[(Waste Audit for Recycling)] + N5[(Reprocessing into Raw Material)] + N6[Collection Point Management] + N7[(Recycling Education)] + N8(Construction Waste Recycling) + N9[/Commercial Recycling Solutions/] + N10[(Contamination Reduction)] + N11[Glass Recycling] + N12([Waste Stream Analysis]) + S0(( )) + M0(( )) + subgraph Electronic Waste Recycling + nest0_0(Cleaning and Processing) + nest0_1[(Life Cycle Assessment)] + end + N0 --> |complies| N1 + N1 --> |tests| N2 + N2 --> N3 + N3 --> |grades| N4 + N4 -.-> N5 + N5 -.-> N6 + N6 --> N7 + N7 --> N8 + N8 -.-> N9 + N9 --> N10 + N10 -.-> N11 + N11 -.-> |reports| N12 + nest0_0 --> |shreds| nest0_1 + N11 -.-> nest0_0 + nest0_1 -.-> N4 + N8 -.-> S0 + S0 -.-> N11 + S0 -.-> |manufactures| N10 + N1 -.-> M0 + N7 -.-> M0 + N6 --> |innovates| M0 + M0 --> N11 + style N0 fill:#DACBE3,stroke:#A188D0 + style N1 fill:#F3E5F5,stroke:#AB47BC + style N2 fill:#F3E5F5,stroke:#AB47BC + style N3 fill:#DACBE3,stroke:#A188D0 + style N4 fill:#FFCCBC,stroke:#FF5722 + style N5 fill:#DACBE3,stroke:#A188D0 + style N6 fill:#DACBE3,stroke:#A188D0 + style N7 fill:#FFCCBC,stroke:#FF5722 + style N8 fill:#F3E5F5,stroke:#AB47BC + style N9 fill:#FFCCBC,stroke:#FF5722 + style N10 fill:#F3E5F5,stroke:#AB47BC + style N11 fill:#FFCCBC,stroke:#FF5722 + style N12 fill:#F3E5F5,stroke:#AB47BC + style S0 fill:#FFCCBC,stroke:#FF5722 + style M0 fill:#FFCCBC,stroke:#FF5722 + style nest0_0 fill:#DACBE3,stroke:#A188D0 + style nest0_1 fill:#F3E5F5,stroke:#AB47BC + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 1 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 3 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 5 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 8 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 12 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 13 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 14 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 16 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FF5722,stroke-width:2px,fill:none; + linkStyle 18 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 19 stroke:#AB47BC,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#FF5722,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_133.mmd b/test/mermaid/scanned_hard/mermaid_133.mmd new file mode 100644 index 0000000000000000000000000000000000000000..76ca695e761e4a649d147a55d7a9d531c59e4c3e --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_133.mmd @@ -0,0 +1,57 @@ +graph TD + N0([start]) + N1(Silviculture) + N2[/Afforestation/] + N3[[Forest Fire Management]] + N4([Sawmill Processing]) + N5(Carbon Sequestration Monitoring) + N6(Forest Research) + N7[(Soil Conservation)] + N8([end]) + S0(( )) + subgraph Drone Surveying for Forests + nest0_0[Climate Change Adaptation in Forests] + nest0_1([Forest Certification]) + nest0_2(Forest Land Use Planning) + nest0_3[Illegal Logging Prevention] + end + N0 --> N1 + N1 --> N2 + N2 -.-> N3 + N3 --> N4 + N4 -.-> N5 + N5 -.-> N6 + N6 -.-> N7 + N7 --> N8 + nest0_0 -.-> nest0_1 + nest0_1 --> nest0_2 + nest0_2 --> |yes| nest0_3 + N5 -.-> |yes| nest0_0 + nest0_3 -.-> N1 + N0 -.-> S0 + S0 --> N5 + S0 --> N6 + S0 --> N4 + N4 --> N3 + N4 --> |no| nest0_3 + style S0 fill:#FFEBEB,stroke:#FFC2C2 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFB74D,stroke-width:2px,fill:none; + linkStyle 5 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFB74D,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 11 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 12 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFB74D,stroke-width:2px,fill:none; + linkStyle 14 stroke:#82DAFF,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FFC2C2,stroke-width:2px,fill:none; + linkStyle 16 stroke:#FFB74D,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFB74D,stroke-width:2px,fill:none; + linkStyle 18 stroke:#82DAFF,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_133.txt b/test/mermaid/scanned_hard/mermaid_133.txt new file mode 100644 index 0000000000000000000000000000000000000000..2fb264ad82bf17315c025376d637391c1bec6742 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_133.txt @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_134.txt b/test/mermaid/scanned_hard/mermaid_134.txt new file mode 100644 index 0000000000000000000000000000000000000000..bde1d0da1158bb42f16b3f8e74226e0b6646cb1d --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_134.txt @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_137.mmd b/test/mermaid/scanned_hard/mermaid_137.mmd new file mode 100644 index 0000000000000000000000000000000000000000..e9a5c256c9dc82a7467436f991cf51ad4a9776c9 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_137.mmd @@ -0,0 +1,92 @@ +graph RL + N0([Parasite Control]) + N1{Herd Health Programs} + N2[(Hospice Care for Animals)] + N3(Animal Welfare Assessment) + N4[(Pre_surgical Assessment)] + N5(Equine Care) + N6{Sterilization Protocols} + N7[[Biosecurity Measures]] + N8(Veterinary Technology Training) + N9([Post_operative Care]) + N10(Nutritional Counseling) + N11{Farm Animal Health Management} + N12([end]) + S0(( )) + M0(( )) + M1(( )) + subgraph Livestock Disease Prevention + nest0_0{Allergy Testing} + nest0_1(Medical Treatment) + nest0_2[(Client Communication)] + end + N0 --> |rescues| N1 + N1 -.-> |recommends| N2 + N2 --> N3 + N3 -.-> N4 + N4 -.-> N5 + N5 -.-> N6 + N6 -.-> N7 + N7 -.-> N8 + N8 -.-> |inspects| N9 + N9 --> N10 + N10 --> N11 + N11 --> N12 + nest0_0 --> |monitors| nest0_1 + nest0_1 --> nest0_2 + N11 -.-> nest0_0 + nest0_2 --> N2 + N6 -.-> S0 + S0 --> N10 + S0 --> N9 + N0 -.-> M0 + N1 --> |vaccinates| M0 + M0 --> N3 + N4 -.-> M1 + N1 -.-> |consults| M1 + M1 -.-> N6 + style N0 fill:#D3D7EB,stroke:#8C9EFF + style N1 fill:#DACBE3,stroke:#A188D0 + style N2 fill:#D3D7EB,stroke:#8C9EFF + style N3 fill:#D7CCC8,stroke:#795548 + style N4 fill:#D7CCC8,stroke:#795548 + style N5 fill:#D3D7EB,stroke:#8C9EFF + style N6 fill:#D3D7EB,stroke:#8C9EFF + style N7 fill:#D7CCC8,stroke:#795548 + style N8 fill:#D7CCC8,stroke:#795548 + style N9 fill:#D7CCC8,stroke:#795548 + style N10 fill:#DACBE3,stroke:#A188D0 + style N11 fill:#DACBE3,stroke:#A188D0 + style N12 fill:#D7CCC8,stroke:#795548 + style S0 fill:#DACBE3,stroke:#A188D0 + style M0 fill:#DACBE3,stroke:#A188D0 + style M1 fill:#DACBE3,stroke:#A188D0 + style nest0_0 fill:#D3D7EB,stroke:#8C9EFF + style nest0_1 fill:#D3D7EB,stroke:#8C9EFF + style nest0_2 fill:#D7CCC8,stroke:#795548 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 1 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 2 stroke:#795548,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 8 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 9 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 10 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 11 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#795548,stroke-width:2px,fill:none; + linkStyle 14 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 15 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 16 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 17 stroke:#8C9EFF,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#795548,stroke-width:2px,fill:none; + linkStyle 22 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 23 stroke:#A188D0,stroke-width:2px,fill:none; + linkStyle 24 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_138.mmd b/test/mermaid/scanned_hard/mermaid_138.mmd new file mode 100644 index 0000000000000000000000000000000000000000..521cf82f8caab09bfe068cd14fad583de451eb54 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_138.mmd @@ -0,0 +1,90 @@ +graph TD + N0([start]) + N1[(Sterilization Protocols)] + N2[Animal Sheltering Consultation] + N3(Prescription) + N4(Animal Welfare Assessment) + N5{Pain Management} + N6([Livestock Disease Prevention]) + N7(Farm Animal Health Management) + N8(Public Health Vet Services) + N9[Imaging Services] + N10{Parasite Control} + N11(Herd Health Programs) + N12([Wildlife Rehabilitation]) + S0(( )) + M0(( )) + subgraph Medical Record Keeping + nest0_0{Pet Check_up} + nest0_1[[Emergency Vet Services]] + nest0_2{Pharmacy Management} + nest0_3{Nutritional Counseling} + end + N0 -.-> |recommends| N1 + N1 --> N2 + N2 -.-> N3 + N3 -.-> N4 + N4 --> |monitors| N5 + N5 --> N6 + N6 --> |advises| N7 + N7 --> N8 + N8 -.-> |dresses| N9 + N9 --> N10 + N10 --> N11 + N11 --> |vaccinates| N12 + nest0_0 -.-> nest0_1 + nest0_1 -.-> nest0_2 + nest0_2 -.-> nest0_3 + N9 --> |reproduces| nest0_0 + nest0_3 -.-> N1 + N8 --> S0 + S0 -.-> N12 + S0 -.-> |rescues| N11 + N4 --> |examines| M0 + N7 --> M0 + N8 -.-> M0 + M0 --> N10 + style N0 fill:#E4E0DF,stroke:#BDAFA8 + style N1 fill:#F0F0F0,stroke:#D2D2D2 + style N2 fill:#E4E0DF,stroke:#BDAFA8 + style N3 fill:#E4E0DF,stroke:#BDAFA8 + style N4 fill:#BBDEFB,stroke:#2196F3 + style N5 fill:#F0F0F0,stroke:#D2D2D2 + style N6 fill:#E4E0DF,stroke:#BDAFA8 + style N7 fill:#F0F0F0,stroke:#D2D2D2 + style N8 fill:#F0F0F0,stroke:#D2D2D2 + style N9 fill:#E4E0DF,stroke:#BDAFA8 + style N10 fill:#E4E0DF,stroke:#BDAFA8 + style N11 fill:#E4E0DF,stroke:#BDAFA8 + style N12 fill:#F0F0F0,stroke:#D2D2D2 + style S0 fill:#BBDEFB,stroke:#2196F3 + style M0 fill:#BBDEFB,stroke:#2196F3 + style nest0_0 fill:#BBDEFB,stroke:#2196F3 + style nest0_1 fill:#E4E0DF,stroke:#BDAFA8 + style nest0_2 fill:#E4E0DF,stroke:#BDAFA8 + style nest0_3 fill:#BBDEFB,stroke:#2196F3 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 1 stroke:#2196F3,stroke-width:2px,fill:none; + linkStyle 2 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 3 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 4 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 5 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#2196F3,stroke-width:2px,fill:none; + linkStyle 8 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#2196F3,stroke-width:2px,fill:none; + linkStyle 13 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 16 stroke:#2196F3,stroke-width:2px,fill:none; + linkStyle 17 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 20 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 22 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 23 stroke:#2196F3,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_138.txt b/test/mermaid/scanned_hard/mermaid_138.txt new file mode 100644 index 0000000000000000000000000000000000000000..ac6df5945fd5cdaef168c644f4a834065a1b97c7 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_138.txt @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_139.mmd b/test/mermaid/scanned_hard/mermaid_139.mmd new file mode 100644 index 0000000000000000000000000000000000000000..65890ec0054ad941682838d98696cd41a1795455 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_139.mmd @@ -0,0 +1,56 @@ +graph RL + N0([start]) + N1[Playground Safety Inspection] + N2[/Child Protection Policies/] + N3(Outdoor Play Supervision) + N4(Early Literacy Programs) + N5[Potty Training Assistance] + N6[[Childcare Facility Licensing]] + N7([end]) + S0(( )) + M0(( )) + subgraph Parent_Teacher Conferences + nest0_0(Nutritional Meal Preparation) + nest0_1[/Outdoor Exploration/] + nest0_2{Story Time Reading} + nest0_3[Diaper Changing] + end + N0 -.-> |yes| N1 + N1 --> |yes| N2 + N2 -.-> N3 + N3 -.-> N4 + N4 -.-> |no| N5 + N5 -.-> |yes| N6 + N6 -.-> |no| N7 + nest0_0 --> nest0_1 + nest0_1 -.-> nest0_2 + nest0_2 --> nest0_3 + N2 --> nest0_0 + nest0_3 --> |yes| N7 + N1 -.-> S0 + S0 -.-> N7 + S0 -.-> N4 + N1 -.-> M0 + N0 -.-> M0 + M0 --> N4 + style S0 fill:#FFF9D4,stroke:#FFE69C + style M0 fill:#FFECB3,stroke:#FFC107 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FBC02D,stroke-width:2px,fill:none; + linkStyle 10 stroke:#FBC02D,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FBC02D,stroke-width:2px,fill:none; + linkStyle 12 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFC107,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_140.mmd b/test/mermaid/scanned_hard/mermaid_140.mmd new file mode 100644 index 0000000000000000000000000000000000000000..11733c04b9a88e6bf3f22716859a6d6e85710ab0 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_140.mmd @@ -0,0 +1,88 @@ +graph RL + N0([start]) + N1[[Nutritional Meal Preparation]] + N2(Playground Safety Inspection) + N3[First Aid Administration] + N4[/Group Activities Coordination/] + N5[[Parent_Teacher Conferences]] + N6[/Diaper Changing/] + N7[Early Literacy Programs] + N8[Emergency Evacuation Drills] + N9[Infant Care] + N10(Hygiene Practices) + N11[Emotional Support] + N12([end]) + S0(( )) + S1(( )) + M0(( )) + M1(( )) + subgraph Music and Movement Activities + nest0_0[[Behavior Management]] + nest0_1{After_School Programs} + nest0_2[/Daily Activity Reporting/] + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 -.-> N4 + N4 --> N5 + N5 --> N6 + N6 --> |yes| N7 + N7 -.-> N8 + N8 -.-> N9 + N9 -.-> |no| N10 + N10 --> N11 + N11 --> N12 + nest0_0 --> |no| nest0_1 + nest0_1 -.-> |no| nest0_2 + N2 --> nest0_0 + nest0_2 --> N1 + N7 -.-> S0 + S0 -.-> |yes| N9 + S0 --> N12 + N7 --> S1 + S1 --> |yes| N12 + S1 -.-> N11 + S1 -.-> N10 + N1 -.-> M0 + N0 -.-> M0 + N3 --> M0 + M0 -.-> N9 + N7 -.-> |yes| M1 + N0 --> M1 + M1 -.-> N9 + style S0 fill:#C2E8E6,stroke:#61CAC3 + style S1 fill:#C2E8E6,stroke:#61CAC3 + style M0 fill:#C2E8E6,stroke:#61CAC3 + style M1 fill:#F1F8E9,stroke:#388E3C + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 1 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 2 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 3 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 4 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 5 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 8 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 9 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 10 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 13 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 14 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 17 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 18 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 19 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 22 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 23 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 24 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 25 stroke:#03A9F4,stroke-width:2px,fill:none; + linkStyle 26 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 27 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 28 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 29 stroke:#61CAC3,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_141.mmd b/test/mermaid/scanned_hard/mermaid_141.mmd new file mode 100644 index 0000000000000000000000000000000000000000..7804958b39e083ea3a382a92c932872cfe4d3687 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_141.mmd @@ -0,0 +1,88 @@ +graph LR + N0([start]) + N1(Hygiene Practices) + N2(Emotional Support) + N3[Diaper Changing] + N4{Infant Care} + N5(Staff Training and Certification) + N6[/Potty Training Assistance/] + N7([Field Trip Organization]) + N8[[Motor Skill Development]] + N9[/Learning Material Selection/] + N10([Creative Arts Activities]) + N11(Outdoor Play Supervision) + N12([Teacher_Child Ratio Management]) + S0(( )) + M0(( )) + M1(( )) + subgraph Outdoor Exploration + nest0_0(Emergency Evacuation Drills) + nest0_1([Safety Supervision]) + end + N0 -.-> N1 + N1 --> N2 + N2 -.-> |plans| N3 + N3 -.-> |documents| N4 + N4 -.-> |maintains| N5 + N5 -.-> |safeguards| N6 + N6 -.-> N7 + N7 --> N8 + N8 -.-> |engages| N9 + N9 -.-> N10 + N10 -.-> |teaches| N11 + N11 --> |licenses| N12 + nest0_0 -.-> nest0_1 + N4 -.-> nest0_0 + nest0_1 -.-> N7 + N9 --> S0 + S0 --> N11 + S0 --> N12 + N0 --> M0 + N10 --> M0 + M0 -.-> N12 + N5 --> M1 + N2 -.-> |supports| M1 + M1 -.-> N9 + style N0 fill:#F8FDD3,stroke:#D3EB9F + style N1 fill:#EDE7F6,stroke:#9575CD + style N2 fill:#C8E6C9,stroke:#4CAF50 + style N3 fill:#F8FDD3,stroke:#D3EB9F + style N4 fill:#F8FDD3,stroke:#D3EB9F + style N5 fill:#F8FDD3,stroke:#D3EB9F + style N6 fill:#C8E6C9,stroke:#4CAF50 + style N7 fill:#C8E6C9,stroke:#4CAF50 + style N8 fill:#C8E6C9,stroke:#4CAF50 + style N9 fill:#C8E6C9,stroke:#4CAF50 + style N10 fill:#EDE7F6,stroke:#9575CD + style N11 fill:#F8FDD3,stroke:#D3EB9F + style N12 fill:#EDE7F6,stroke:#9575CD + style S0 fill:#EDE7F6,stroke:#9575CD + style M0 fill:#F8FDD3,stroke:#D3EB9F + style M1 fill:#EDE7F6,stroke:#9575CD + style nest0_0 fill:#F8FDD3,stroke:#D3EB9F + style nest0_1 fill:#C8E6C9,stroke:#4CAF50 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 1 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 4 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 5 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 6 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 7 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 17 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 18 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 19 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 20 stroke:#D3EB9F,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 22 stroke:#4CAF50,stroke-width:2px,fill:none; + linkStyle 23 stroke:#4CAF50,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_142.mmd b/test/mermaid/scanned_hard/mermaid_142.mmd new file mode 100644 index 0000000000000000000000000000000000000000..a3a169df44764368d47ed18c14e968153e9c98d1 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_142.mmd @@ -0,0 +1,53 @@ +graph LR + N0([start]) + N1[[Dementia Care]] + N2{Telehealth for Seniors} + N3(Speech Therapy) + N4[[Community Resource Connection]] + N5(Meal Preparation) + N6([Palliative Care]) + N7([end]) + S0(( )) + M0(( )) + subgraph Emotional Support and Counseling + nest0_0[[Physical Therapy]] + nest0_1[Social Engagement Activities] + nest0_2([Legal Aid Referrals]) + end + N0 -.-> N1 + N1 -.-> |yes| N2 + N2 --> |yes| N3 + N3 -.-> N4 + N4 --> |no| N5 + N5 --> N6 + N6 --> N7 + nest0_0 --> |yes| nest0_1 + nest0_1 -.-> |yes| nest0_2 + N4 -.-> nest0_0 + nest0_2 -.-> N3 + N0 --> S0 + S0 --> N2 + S0 -.-> N3 + N4 --> |no| M0 + N0 -.-> M0 + M0 -.-> N7 + style S0 fill:#ECEFF1,stroke:#90A4AE + style M0 fill:#F1F8E9,stroke:#388E3C + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 1 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 2 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 3 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 4 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 5 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 9 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 12 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 13 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 14 stroke:#90A4AE,stroke-width:2px,fill:none; + linkStyle 15 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 16 stroke:#64B5F6,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_143.txt b/test/mermaid/scanned_hard/mermaid_143.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb18cca0f84f7711e65a33922d7bc56353b0c361 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_143.txt @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_144.mmd b/test/mermaid/scanned_hard/mermaid_144.mmd new file mode 100644 index 0000000000000000000000000000000000000000..f5970bb753d38bad92ea978c37ded024a8c391b8 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_144.mmd @@ -0,0 +1,62 @@ +graph TD + N0([start]) + N1[Fall Prevention] + N2(Occupational Therapy) + N3[(Incontinence Care)] + N4(Pain Management) + N5{Safety Assessments} + N6(Rehabilitation Support) + N7[Nutritional Assessment] + N8[(Social Engagement Activities)] + N9([Companionship]) + N10([Smart Home Integration for Seniors]) + N11([end]) + S0(( )) + M0(( )) + subgraph Personal Care Assistance + nest0_0[Chronic Disease Management] + nest0_1[Legal Aid Referrals] + end + N0 --> N1 + N1 -.-> N2 + N2 --> N3 + N3 --> N4 + N4 --> |no| N5 + N5 -.-> N6 + N6 -.-> N7 + N7 -.-> N8 + N8 -.-> |no| N9 + N9 -.-> N10 + N10 --> |yes| N11 + nest0_0 --> nest0_1 + N4 -.-> |no| nest0_0 + nest0_1 --> N1 + N1 -.-> S0 + S0 -.-> N3 + S0 -.-> N6 + N4 -.-> M0 + N2 -.-> M0 + M0 -.-> N6 + style S0 fill:#D0EFEE,stroke:#73C6BC + style M0 fill:#D0EFEE,stroke:#73C6BC + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 4 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 5 stroke:#AED581,stroke-width:2px,fill:none; + linkStyle 6 stroke:#AED581,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 10 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 11 stroke:#AED581,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 14 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 17 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 18 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 19 stroke:#AED581,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_144.txt b/test/mermaid/scanned_hard/mermaid_144.txt new file mode 100644 index 0000000000000000000000000000000000000000..eea7c4cb07e14daf841f909d2ec3c4fc33f2700f --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_144.txt @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_145.mmd b/test/mermaid/scanned_hard/mermaid_145.mmd new file mode 100644 index 0000000000000000000000000000000000000000..39f1ea6d2a48edf7a742502356214a916fb47c4a --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_145.mmd @@ -0,0 +1,78 @@ +graph LR + N0([Vulnerability Analysis]) + N1([Cash Transfer Programs]) + N2[[Mitigation Strategies]] + N3[(Infrastructure Repair)] + N4(Emergency Drills and Exercises) + N5[/Capacity Building for Local Communities/] + N6(Early Recovery Actions) + N7[Drone Deployment for Assessment] + N8{Policy and Legislation Review} + N9([end]) + S0(( )) + M0(( )) + M1(( )) + subgraph International Aid Coordination + nest0_0[[Economic Recovery Initiatives]] + nest0_1([Volunteer Coordination]) + end + N0 --> N1 + N1 --> |recovers| N2 + N2 -.-> N3 + N3 --> N4 + N4 --> N5 + N5 --> |rescues| N6 + N6 -.-> |reconstructs| N7 + N7 -.-> N8 + N8 -.-> |evacuates| N9 + nest0_0 --> nest0_1 + N5 -.-> nest0_0 + nest0_1 -.-> N5 + N1 -.-> S0 + S0 -.-> N6 + S0 -.-> N9 + S0 -.-> N4 + N2 -.-> |analyzes| M0 + N1 -.-> |prevents| M0 + M0 -.-> N4 + N2 -.-> M1 + N1 --> M1 + M1 --> N4 + style N0 fill:#EFEBE9,stroke:#A1887F + style N1 fill:#FFFDE0,stroke:#FFF8A6 + style N2 fill:#FFFDE0,stroke:#FFF8A6 + style N3 fill:#FFFDE0,stroke:#FFF8A6 + style N4 fill:#E8F0FF,stroke:#A2D0FF + style N5 fill:#EFEBE9,stroke:#A1887F + style N6 fill:#E8F0FF,stroke:#A2D0FF + style N7 fill:#FFFDE0,stroke:#FFF8A6 + style N8 fill:#EFEBE9,stroke:#A1887F + style N9 fill:#EFEBE9,stroke:#A1887F + style S0 fill:#FFFDE0,stroke:#FFF8A6 + style M0 fill:#EFEBE9,stroke:#A1887F + style M1 fill:#EFEBE9,stroke:#A1887F + style nest0_0 fill:#EFEBE9,stroke:#A1887F + style nest0_1 fill:#E8F0FF,stroke:#A2D0FF + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 2 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 6 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 7 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 14 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 15 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 16 stroke:#FFF8A6,stroke-width:2px,fill:none; + linkStyle 17 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 18 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 19 stroke:#A1887F,stroke-width:2px,fill:none; + linkStyle 20 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_146.mmd b/test/mermaid/scanned_hard/mermaid_146.mmd new file mode 100644 index 0000000000000000000000000000000000000000..7134bedc86a11f4a2938ef134fb0819f1bbfeca5 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_146.mmd @@ -0,0 +1,72 @@ +graph BT + N0([Infrastructure Repair]) + N1[(Risk Assessment)] + N2[[Environmental Remediation]] + N3(Climate Change Adaptation for Disasters) + N4[[Volunteer Coordination]] + N5[(Cash Transfer Programs)] + N6[Mitigation Strategies] + N7(Hazard Identification) + N8([Debris Management]) + S0(( )) + M0(( )) + M1(( )) + subgraph Post_Disaster Evaluation + nest0_0[(Logistics and Supply Chain)] + nest0_1[(Geographic Information Systems for Disasters)] + end + N0 --> |recovers| N1 + N1 -.-> N2 + N2 -.-> N3 + N3 --> N4 + N4 --> |shelters| N5 + N5 --> |audits| N6 + N6 -.-> |donates| N7 + N7 -.-> N8 + nest0_0 --> |trains| nest0_1 + N1 -.-> nest0_0 + nest0_1 -.-> N8 + N1 -.-> S0 + S0 --> N8 + S0 -.-> |enforces| N3 + N2 --> M0 + N1 -.-> M0 + M0 -.-> N5 + N1 -.-> M1 + N4 --> M1 + M1 -.-> N7 + style N0 fill:#D0EFEE,stroke:#73C6BC + style N1 fill:#F9FBE7,stroke:#C0CA33 + style N2 fill:#D0EFEE,stroke:#73C6BC + style N3 fill:#B2EBF2,stroke:#00BCD4 + style N4 fill:#F9FBE7,stroke:#C0CA33 + style N5 fill:#B2EBF2,stroke:#00BCD4 + style N6 fill:#B2EBF2,stroke:#00BCD4 + style N7 fill:#F9FBE7,stroke:#C0CA33 + style N8 fill:#B2EBF2,stroke:#00BCD4 + style S0 fill:#D0EFEE,stroke:#73C6BC + style M0 fill:#D0EFEE,stroke:#73C6BC + style M1 fill:#F9FBE7,stroke:#C0CA33 + style nest0_0 fill:#F9FBE7,stroke:#C0CA33 + style nest0_1 fill:#D0EFEE,stroke:#73C6BC + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 5 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 6 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 9 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 12 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 16 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 17 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 18 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 19 stroke:#73C6BC,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_146.txt b/test/mermaid/scanned_hard/mermaid_146.txt new file mode 100644 index 0000000000000000000000000000000000000000..f81cb32376eafb6fbf1579ccfc007cdc35a1c12c --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_146.txt @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_147.mmd b/test/mermaid/scanned_hard/mermaid_147.mmd new file mode 100644 index 0000000000000000000000000000000000000000..83a9b4173728b2e58b71d4d41ecdb249f16d82ca --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_147.mmd @@ -0,0 +1,76 @@ +graph RL + N0([start]) + N1[Communication Protocols] + N2[/Climate Change Adaptation for Disasters/] + N3{International Aid Coordination} + N4[Infrastructure Repair] + N5[[Geographic Information Systems for Disasters]] + N6[Search and Rescue Operations] + N7[/Evacuation Procedures/] + N8{Hazard Identification} + N9([Policy and Legislation Review]) + S0(( )) + M0(( )) + subgraph Information Dissemination + nest0_0[(Emergency Drills and Exercises)] + nest0_1[Mitigation Strategies] + nest0_2[Cash Transfer Programs] + nest0_3[Satellite Imagery Analysis] + end + N0 -.-> N1 + N1 --> N2 + N2 --> |monitors| N3 + N3 -.-> N4 + N4 --> N5 + N5 --> N6 + N6 --> N7 + N7 -.-> |rebuilds| N8 + N8 --> N9 + nest0_0 --> nest0_1 + nest0_1 --> |evaluates| nest0_2 + nest0_2 -.-> |restores| nest0_3 + N2 --> nest0_0 + nest0_3 -.-> N5 + N1 --> S0 + S0 --> N7 + S0 --> N4 + N1 --> |prevents| M0 + N2 --> M0 + M0 --> N4 + style N0 fill:#F8BBD0,stroke:#E91E63 + style N1 fill:#ECF0FD,stroke:#B8C0F5 + style N2 fill:#F5F5DC,stroke:#BCB88A + style N3 fill:#F8BBD0,stroke:#E91E63 + style N4 fill:#ECF0FD,stroke:#B8C0F5 + style N5 fill:#ECF0FD,stroke:#B8C0F5 + style N6 fill:#ECF0FD,stroke:#B8C0F5 + style N7 fill:#ECF0FD,stroke:#B8C0F5 + style N8 fill:#ECF0FD,stroke:#B8C0F5 + style N9 fill:#ECF0FD,stroke:#B8C0F5 + style S0 fill:#F5F5DC,stroke:#BCB88A + style M0 fill:#ECF0FD,stroke:#B8C0F5 + style nest0_0 fill:#F5F5DC,stroke:#BCB88A + style nest0_1 fill:#F5F5DC,stroke:#BCB88A + style nest0_2 fill:#F5F5DC,stroke:#BCB88A + style nest0_3 fill:#F5F5DC,stroke:#BCB88A + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 1 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 2 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 3 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 4 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 8 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 9 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 10 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 11 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#B8C0F5,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#B8C0F5,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_148.txt b/test/mermaid/scanned_hard/mermaid_148.txt new file mode 100644 index 0000000000000000000000000000000000000000..3c783461012d1aa1071bbc4962b6079a0f4ef039 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_148.txt @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_149.mmd b/test/mermaid/scanned_hard/mermaid_149.mmd new file mode 100644 index 0000000000000000000000000000000000000000..97641969e9685b41a67b8abbad24fe7a6f6e11b6 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_149.mmd @@ -0,0 +1,80 @@ +graph TD + N0([Rules of Engagement]) + N1([Joint Exercises]) + N2[(Disaster Relief Deployment)] + N3[[Logistics Support]] + N4[Unmanned Systems Operation] + N5[Veteran Support] + N6[Medical Support] + N7[Reconnaissance] + N8([Targeting]) + S0(( )) + S1(( )) + M0(( )) + subgraph Air Operations + nest0_0[(Troop Deployment)] + nest0_1(Operations Planning) + nest0_2[Peacekeeping Missions] + nest0_3[Weapon Systems Development] + end + N0 --> N1 + N1 --> |analyzes| N2 + N2 --> N3 + N3 -.-> |rescues| N4 + N4 -.-> |operates| N5 + N5 -.-> N6 + N6 --> N7 + N7 -.-> |develops| N8 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + nest0_2 -.-> |warns| nest0_3 + N7 -.-> |plans| nest0_0 + nest0_3 --> |maintains| N6 + N4 -.-> S0 + S0 --> |interdicts| N7 + S0 --> |tests| N8 + N3 -.-> S1 + S1 --> N7 + S1 --> N5 + N1 --> M0 + N2 --> M0 + M0 --> N4 + style N0 fill:#F1F8E9,stroke:#81C784 + style N1 fill:#F1F8E9,stroke:#81C784 + style N2 fill:#F1F8E9,stroke:#81C784 + style N3 fill:#FFCDD2,stroke:#F44336 + style N4 fill:#FFCDD2,stroke:#F44336 + style N5 fill:#FFCDD2,stroke:#F44336 + style N6 fill:#E8F0EA,stroke:#92C79A + style N7 fill:#FFCDD2,stroke:#F44336 + style N8 fill:#E8F0EA,stroke:#92C79A + style S0 fill:#E8F0EA,stroke:#92C79A + style S1 fill:#FFCDD2,stroke:#F44336 + style M0 fill:#FFCDD2,stroke:#F44336 + style nest0_0 fill:#FFCDD2,stroke:#F44336 + style nest0_1 fill:#F1F8E9,stroke:#81C784 + style nest0_2 fill:#F1F8E9,stroke:#81C784 + style nest0_3 fill:#E8F0EA,stroke:#92C79A + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 3 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 7 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 8 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 9 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 10 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 11 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 12 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 13 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 14 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 15 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 16 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 17 stroke:#81C784,stroke-width:2px,fill:none; + linkStyle 18 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 19 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 20 stroke:#92C79A,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_15.mmd b/test/mermaid/scanned_hard/mermaid_15.mmd new file mode 100644 index 0000000000000000000000000000000000000000..4cd2ab19711abffc70f3ad7a3f260951cce70e7e --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_15.mmd @@ -0,0 +1,36 @@ +graph TD + N0([Casting Call]) + N1(Awards Ceremony Production) + N2([Costume Design]) + N3([Merchandise Creation]) + N4([Music Composition]) + N5([Sponsorship Acquisition]) + N6[Red Carpet Event] + N7([end]) + N0 --> N1 + N1 -.-> N2 + N2 --> |negotiates| N3 + N3 --> |composes| N4 + N4 --> N5 + N5 --> |regulates| N6 + N6 -.-> N7 + N5 -.-> N3 + N5 -.-> |develops| N0 + style N0 fill:#DDCEDD,stroke:#AF56A6 + style N1 fill:#DDCEDD,stroke:#AF56A6 + style N2 fill:#C2E8E6,stroke:#61CAC3 + style N3 fill:#C2E8E6,stroke:#61CAC3 + style N4 fill:#C2E8E6,stroke:#61CAC3 + style N5 fill:#C2E8E6,stroke:#61CAC3 + style N6 fill:#FFECB3,stroke:#FFC107 + style N7 fill:#C2E8E6,stroke:#61CAC3 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 1 stroke:#61CAC3,stroke-width:2px,fill:none; + linkStyle 2 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 3 stroke:#AF56A6,stroke-width:2px,fill:none; + linkStyle 4 stroke:#AF56A6,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#61CAC3,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_15.txt b/test/mermaid/scanned_hard/mermaid_15.txt new file mode 100644 index 0000000000000000000000000000000000000000..1fb717a663c04df1c385692be72a8befe32a24a5 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_15.txt @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_150.mmd b/test/mermaid/scanned_hard/mermaid_150.mmd new file mode 100644 index 0000000000000000000000000000000000000000..e5e8e38c380a968238e7be77d16803c4eb198ecf --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_150.mmd @@ -0,0 +1,50 @@ +graph TD + N0([start]) + N1[(Force Projection)] + N2(Recruitment) + N3[(Chaplain Services)] + N4[Intelligence Gathering] + N5(Cyber Warfare Operations) + N6([end]) + S1(( )) + M0(( )) + subgraph Space Operations + nest0_0[[Crisis Management]] + nest0_1{Defense Procurement} + nest0_2{Counter_Terrorism Operations} + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 -.-> N4 + N4 --> N5 + N5 --> N6 + nest0_0 --> nest0_1 + nest0_1 --> |no| nest0_2 + N5 -.-> nest0_0 + nest0_2 --> |no| N5 + N3 --> S1 + S1 -.-> |yes| N5 + S1 --> N6 + N4 -.-> M0 + N0 -.-> |yes| M0 + M0 --> N6 + style S1 fill:#D1C4E9,stroke:#673AB7 + style M0 fill:#E9F7E8,stroke:#6EB76D + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 3 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 7 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 11 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 15 stroke:#6EB76D,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_150.txt b/test/mermaid/scanned_hard/mermaid_150.txt new file mode 100644 index 0000000000000000000000000000000000000000..0376a7c4ec03d6ab8c429360444f14dd63483bf0 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_150.txt @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_151.mmd b/test/mermaid/scanned_hard/mermaid_151.mmd new file mode 100644 index 0000000000000000000000000000000000000000..29df2861ee3c0ece4ed60a68dee109e9d942a7f2 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_151.mmd @@ -0,0 +1,90 @@ +graph RL + N0([Aviation Safety Investigation]) + N1[[Flight Simulation]] + N2[Weather Briefing] + N3(Airport Operations) + N4{Crew Scheduling} + N5([Airport Security Management]) + N6(Unmanned Aerial Vehicle Integration) + N7(Emergency Procedures Training) + N8[Delay Management] + N9[[Fueling Operations]] + N10([Navigation System Check]) + S0(( )) + M0(( )) + M1(( )) + subgraph Air Cargo Logistics + nest0_0[[Ground Support]] + nest0_1(Avionics Repair) + nest0_2[(Regulatory Compliance)] + nest0_3[/Air Traffic Control/] + end + N0 -.-> N1 + N1 --> N2 + N2 --> N3 + N3 --> N4 + N4 --> N5 + N5 -.-> |monitors| N6 + N6 --> N7 + N7 --> N8 + N8 -.-> |controls| N9 + N9 -.-> |checks| N10 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + nest0_2 -.-> nest0_3 + N4 -.-> nest0_0 + nest0_3 --> N4 + N4 -.-> S0 + S0 --> N6 + S0 -.-> N7 + N1 -.-> |navigates| M0 + N2 -.-> M0 + N3 -.-> M0 + M0 --> N5 + N4 --> M1 + N5 -.-> M1 + M1 -.-> N8 + style N0 fill:#FFF9D4,stroke:#FFE69C + style N1 fill:#F5F5F5,stroke:#BDBDBD + style N2 fill:#FFF9D4,stroke:#FFE69C + style N3 fill:#F5F5F5,stroke:#BDBDBD + style N4 fill:#FFF3E0,stroke:#FFA726 + style N5 fill:#F5F5F5,stroke:#BDBDBD + style N6 fill:#FFF9D4,stroke:#FFE69C + style N7 fill:#F5F5F5,stroke:#BDBDBD + style N8 fill:#F5F5F5,stroke:#BDBDBD + style N9 fill:#FFF3E0,stroke:#FFA726 + style N10 fill:#F5F5F5,stroke:#BDBDBD + style S0 fill:#FFF9D4,stroke:#FFE69C + style M0 fill:#FFF3E0,stroke:#FFA726 + style M1 fill:#F5F5F5,stroke:#BDBDBD + style nest0_0 fill:#FFF3E0,stroke:#FFA726 + style nest0_1 fill:#F5F5F5,stroke:#BDBDBD + style nest0_2 fill:#FFF3E0,stroke:#FFA726 + style nest0_3 fill:#F5F5F5,stroke:#BDBDBD + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 1 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 6 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 7 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 8 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 10 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 11 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 12 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 14 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 18 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 19 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 20 stroke:#FFE69C,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 22 stroke:#FFA726,stroke-width:2px,fill:none; + linkStyle 23 stroke:#BDBDBD,stroke-width:2px,fill:none; + linkStyle 24 stroke:#FFA726,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_152.txt b/test/mermaid/scanned_hard/mermaid_152.txt new file mode 100644 index 0000000000000000000000000000000000000000..f842069162d73bee2743366e3637a94dd42c8e44 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_152.txt @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_153.mmd b/test/mermaid/scanned_hard/mermaid_153.mmd new file mode 100644 index 0000000000000000000000000000000000000000..42d75514b4e1f2cd73fdfdd59be6b06f7ea32787 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_153.mmd @@ -0,0 +1,64 @@ +graph RL + N0([start]) + N1(Emergency Procedures Training) + N2[(Airport Security Management)] + N3[Flight Simulation] + N4[[Air Traffic Control]] + N5[[Aircraft Maintenance]] + N6([In_flight Service]) + N7([end]) + S0(( )) + S1(( )) + M0(( )) + subgraph Crew Scheduling + nest0_0([Passenger Check_in]) + nest0_1[Aerospace Engineering] + nest0_2[Gate Assignment] + nest0_3([Delay Management]) + end + N0 -.-> N1 + N1 -.-> |no| N2 + N2 -.-> N3 + N3 -.-> |yes| N4 + N4 -.-> N5 + N5 -.-> N6 + N6 --> |no| N7 + nest0_0 --> nest0_1 + nest0_1 -.-> nest0_2 + nest0_2 -.-> nest0_3 + N1 --> nest0_0 + nest0_3 --> |no| N1 + N1 --> S0 + S0 --> N4 + S0 --> N3 + N4 -.-> S1 + S1 -.-> |no| N6 + S1 -.-> |yes| N7 + N0 -.-> |yes| M0 + N1 -.-> M0 + M0 --> N3 + style S0 fill:#F0F0F0,stroke:#D2D2D2 + style S1 fill:#E3F2FD,stroke:#64B5F6 + style M0 fill:#F0F0F0,stroke:#D2D2D2 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 2 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 3 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 4 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 5 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 10 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 13 stroke:#64B5F6,stroke-width:2px,fill:none; + linkStyle 14 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#D2D2D2,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 20 stroke:#D2D2D2,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_153.txt b/test/mermaid/scanned_hard/mermaid_153.txt new file mode 100644 index 0000000000000000000000000000000000000000..b032d70223499900599e22630027fd974a42a17f --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_153.txt @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_156.txt b/test/mermaid/scanned_hard/mermaid_156.txt new file mode 100644 index 0000000000000000000000000000000000000000..c732558c5e5f3c448d7a651142387c0ea59655bd --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_156.txt @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_157.mmd b/test/mermaid/scanned_hard/mermaid_157.mmd new file mode 100644 index 0000000000000000000000000000000000000000..a9d6179724024110da5af0a2e418fc7fb8f2e839 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_157.mmd @@ -0,0 +1,64 @@ +graph TD + N0([start]) + N1{Maintenance and Repair of Printers} + N2[Multi_Material Printing] + N3[Additive Manufacturing] + N4[Food Printing] + N5[(Mass Customization)] + N6(Intellectual Property Protection for Designs) + N7[[Rapid Manufacturing]] + N8([Aerospace Part Production]) + M0(( )) + M1(( )) + subgraph Material Selection + nest0_0[[Printing Parameter Optimization]] + nest0_1[[4D Printing]] + end + N0 --> N1 + N1 -.-> |prototypes| N2 + N2 --> |tests| N3 + N3 --> |slices| N4 + N4 --> |researches| N5 + N5 --> N6 + N6 --> N7 + N7 --> N8 + nest0_0 -.-> |duplicates| nest0_1 + N3 --> nest0_0 + nest0_1 --> N4 + N1 -.-> M0 + N2 --> M0 + M0 -.-> N4 + N0 -.-> M1 + N1 --> M1 + M1 -.-> N3 + style N0 fill:#FFCDD2,stroke:#F44336 + style N1 fill:#FFCDD2,stroke:#F44336 + style N2 fill:#FFCDD2,stroke:#F44336 + style N3 fill:#FFCDD2,stroke:#F44336 + style N4 fill:#E8EAF6,stroke:#7986CB + style N5 fill:#E8EAF6,stroke:#7986CB + style N6 fill:#E8F5E9,stroke:#66BB6A + style N7 fill:#E8F5E9,stroke:#66BB6A + style N8 fill:#E8EAF6,stroke:#7986CB + style M0 fill:#E8EAF6,stroke:#7986CB + style M1 fill:#FFCDD2,stroke:#F44336 + style nest0_0 fill:#FFCDD2,stroke:#F44336 + style nest0_1 fill:#E8F5E9,stroke:#66BB6A + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#66BB6A,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 3 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#66BB6A,stroke-width:2px,fill:none; + linkStyle 6 stroke:#66BB6A,stroke-width:2px,fill:none; + linkStyle 7 stroke:#66BB6A,stroke-width:2px,fill:none; + linkStyle 8 stroke:#7986CB,stroke-width:2px,fill:none; + linkStyle 9 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 13 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#F44336,stroke-width:2px,fill:none; + linkStyle 16 stroke:#F44336,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_157.txt b/test/mermaid/scanned_hard/mermaid_157.txt new file mode 100644 index 0000000000000000000000000000000000000000..41c6aab6c7f9f346aee05a85c8382e6964eff8d7 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_157.txt @@ -0,0 +1,17 @@ +<4D Printing, connectedTo, Food Printing> +<4D Printing, partOf, Material Selection> + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_158.mmd b/test/mermaid/scanned_hard/mermaid_158.mmd new file mode 100644 index 0000000000000000000000000000000000000000..5ec5232ab2c7ac39d70fd67243ffefd25833ed43 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_158.mmd @@ -0,0 +1,58 @@ +graph BT + N0([start]) + N1([4D Printing]) + N2{File Format Conversion} + N3[[3D Printed Tooling]] + N4{Intellectual Property Protection for Designs} + N5([Troubleshooting Print Errors]) + N6([Digital Twin for 3D Prints]) + S0(( )) + subgraph Material Research and Development + nest0_0([Scaffolding for Tissue Engineering]) + nest0_1[[Bioprinting]] + nest0_2[(Support Structure Design)] + nest0_3(Printer Setup) + end + N0 --> |slices| N1 + N1 --> |produces| N2 + N2 --> N3 + N3 -.-> N4 + N4 --> N5 + N5 --> N6 + nest0_0 -.-> nest0_1 + nest0_1 --> nest0_2 + nest0_2 --> nest0_3 + N2 --> nest0_0 + nest0_3 --> N4 + N0 -.-> S0 + S0 --> N6 + S0 --> N2 + S0 --> |repairs| N5 + style N0 fill:#DFE7EB,stroke:#B0C5CD + style N1 fill:#FFF8E1,stroke:#FFD54F + style N2 fill:#FFF9C4,stroke:#FFEB3B + style N3 fill:#FFF9C4,stroke:#FFEB3B + style N4 fill:#DFE7EB,stroke:#B0C5CD + style N5 fill:#DFE7EB,stroke:#B0C5CD + style N6 fill:#FFF9C4,stroke:#FFEB3B + style S0 fill:#FFF9C4,stroke:#FFEB3B + style nest0_0 fill:#FFF8E1,stroke:#FFD54F + style nest0_1 fill:#DFE7EB,stroke:#B0C5CD + style nest0_2 fill:#DFE7EB,stroke:#B0C5CD + style nest0_3 fill:#DFE7EB,stroke:#B0C5CD + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFEB3B,stroke-width:2px,fill:none; + linkStyle 1 stroke:#B0C5CD,stroke-width:2px,fill:none; + linkStyle 2 stroke:#B0C5CD,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 7 stroke:#B0C5CD,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 9 stroke:#FFEB3B,stroke-width:2px,fill:none; + linkStyle 10 stroke:#B0C5CD,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#FFEB3B,stroke-width:2px,fill:none; + linkStyle 13 stroke:#FFD54F,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_158.txt b/test/mermaid/scanned_hard/mermaid_158.txt new file mode 100644 index 0000000000000000000000000000000000000000..2aae42652ad084e17a1b7904143e27ba2c3eaf90 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_158.txt @@ -0,0 +1,18 @@ +<3D Printed Tooling, connectedTo, Intellectual Property Protection for Designs> +<4D Printing, produces, File Format Conversion> + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_159.txt b/test/mermaid/scanned_hard/mermaid_159.txt new file mode 100644 index 0000000000000000000000000000000000000000..232e6c17f904d7dc5fcfba10ee38c6da256e00cc --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_159.txt @@ -0,0 +1,21 @@ +<3D Model Design, connectedTo, Additive Manufacturing> +<3D Model Design, connectedTo, Mass Customization> +<3D Model Design, connectedTo, Multi_Material Printing> +<3D Model Design, connectedTo, end> +<3D Model Design, yes, Medical Device Prototyping> + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_16.mmd b/test/mermaid/scanned_hard/mermaid_16.mmd new file mode 100644 index 0000000000000000000000000000000000000000..ac7da81a8a0a5407f38b8d8394974e55379daa12 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_16.mmd @@ -0,0 +1,35 @@ +graph RL + N0([start]) + N1[[Energy Audit]] + N2[Pollution Control Technology] + N3[[Soil Testing]] + N4[[Waste Water Treatment]] + N5[[Stormwater Management]] + N6[/Policy Advocacy/] + N7[Environmental Research] + N8[Sustainable Agriculture Practices] + N9[Climate Modeling] + N10([end]) + N0 --> N1 + N1 --> N2 + N2 -.-> |yes| N3 + N3 --> N4 + N4 --> N5 + N5 -.-> |no| N6 + N6 -.-> N7 + N7 --> N8 + N8 --> N9 + N9 -.-> |yes| N10 + N5 -.-> |no| N10 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#4285F4,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 3 stroke:#4285F4,stroke-width:2px,fill:none; + linkStyle 4 stroke:#4285F4,stroke-width:2px,fill:none; + linkStyle 5 stroke:#4285F4,stroke-width:2px,fill:none; + linkStyle 6 stroke:#7E57C2,stroke-width:2px,fill:none; + linkStyle 7 stroke:#7E57C2,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#4285F4,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_16.txt b/test/mermaid/scanned_hard/mermaid_16.txt new file mode 100644 index 0000000000000000000000000000000000000000..6d24fec6a7e66c33e115ee803448a3700f0837e9 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_16.txt @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_160.mmd b/test/mermaid/scanned_hard/mermaid_160.mmd new file mode 100644 index 0000000000000000000000000000000000000000..70cf229ffd1f847136919f10ecc19cdba78a2a9c --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_160.mmd @@ -0,0 +1,72 @@ +graph RL + N0([start]) + N1([Energy Storage Applications]) + N2([Nanosensors]) + N3[Risk Assessment of Nanomaterials] + N4([Drug Delivery Systems]) + N5([Public Perception of Nanotechnology]) + N6[Nanoparticle Characterization] + N7(Environmental Remediation with Nanomaterials) + N8([end]) + S0(( )) + S1(( )) + M0(( )) + M1(( )) + subgraph Carbon Nanotube Synthesis + nest0_0[(Advanced Materials Research)] + nest0_1(Spintronics) + nest0_2(Bio_Nanotechnology Interface) + end + N0 -.-> N1 + N1 -.-> N2 + N2 --> |no| N3 + N3 -.-> |no| N4 + N4 -.-> N5 + N5 -.-> |no| N6 + N6 --> N7 + N7 -.-> N8 + nest0_0 -.-> |yes| nest0_1 + nest0_1 --> |yes| nest0_2 + N2 --> |no| nest0_0 + nest0_2 -.-> N5 + N5 -.-> S0 + S0 -.-> N8 + S0 --> N7 + N0 --> S1 + S1 -.-> N2 + S1 --> N7 + N0 -.-> |yes| M0 + N1 -.-> M0 + M0 -.-> N3 + N6 --> M1 + N0 -.-> |yes| M1 + M1 -.-> N8 + style S0 fill:#FFFDE7,stroke:#FFF176 + style S1 fill:#F9FBE7,stroke:#C0CA33 + style M0 fill:#F9FBE7,stroke:#C0CA33 + style M1 fill:#F1F8FF,stroke:#42A5F5 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFF176,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFF176,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#FFF176,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 8 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 9 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 12 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 13 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 14 stroke:#FFF176,stroke-width:2px,fill:none; + linkStyle 15 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 16 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 17 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 18 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 19 stroke:#C0CA33,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 22 stroke:#FFF176,stroke-width:2px,fill:none; + linkStyle 23 stroke:#FFF176,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_161.txt b/test/mermaid/scanned_hard/mermaid_161.txt new file mode 100644 index 0000000000000000000000000000000000000000..64b74a42b36dcf3264abbb3697d9a79be188ebae --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_161.txt @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_162.txt b/test/mermaid/scanned_hard/mermaid_162.txt new file mode 100644 index 0000000000000000000000000000000000000000..1f739a41ce914212cb02dd5c6a55ee7abdc691e0 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_162.txt @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_163.mmd b/test/mermaid/scanned_hard/mermaid_163.mmd new file mode 100644 index 0000000000000000000000000000000000000000..b9965c2c883efbb84b028a6ab552a947d9e11a59 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_163.mmd @@ -0,0 +1,53 @@ +graph RL + N0([start]) + N1([Quantum Algorithm Development]) + N2([Quantum Cryptography]) + N3(Quantum Key Distribution) + N4[/Interfacing Classical and Quantum Computers/] + N5(Material Science Simulations) + N6([Photonic Qubits]) + N7([end]) + S0(( )) + M0(( )) + subgraph Trapped Ion Qubits + nest0_0[(Microwave Control for Qubits)] + nest0_1[Quantum Software Development Kit] + nest0_2[Optimization Problems with Quantum Annealing] + end + N0 -.-> N1 + N1 --> |yes| N2 + N2 -.-> |yes| N3 + N3 --> N4 + N4 --> N5 + N5 --> N6 + N6 --> |yes| N7 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + N6 -.-> |yes| nest0_0 + nest0_2 --> N3 + N3 --> S0 + S0 --> N7 + S0 --> N6 + N3 -.-> M0 + N2 -.-> |yes| M0 + M0 -.-> N5 + style S0 fill:#D6D9F0,stroke:#9FA9E1 + style M0 fill:#D6D9F0,stroke:#9FA9E1 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#EAEFA5,stroke-width:2px,fill:none; + linkStyle 1 stroke:#EAEFA5,stroke-width:2px,fill:none; + linkStyle 2 stroke:#9FA9E1,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 5 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#9FA9E1,stroke-width:2px,fill:none; + linkStyle 9 stroke:#EAEFA5,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#EAEFA5,stroke-width:2px,fill:none; + linkStyle 12 stroke:#9FA9E1,stroke-width:2px,fill:none; + linkStyle 13 stroke:#EAEFA5,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#73C6BC,stroke-width:2px,fill:none; + linkStyle 16 stroke:#EAEFA5,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_163.txt b/test/mermaid/scanned_hard/mermaid_163.txt new file mode 100644 index 0000000000000000000000000000000000000000..1827d99f4a5f38c6a4cbc0171dad65d993a9e3a3 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_163.txt @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_164.mmd b/test/mermaid/scanned_hard/mermaid_164.mmd new file mode 100644 index 0000000000000000000000000000000000000000..ea8d70bcd1a546dbd81374f6cbb9efcf33a5b126 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_164.mmd @@ -0,0 +1,78 @@ +graph TD + N0([Quantum Circuit Design]) + N1[Vacuum Systems for Trapped Ions] + N2[Topological Qubits] + N3[Quantum Network Development] + N4(Quantum Communication Protocols) + N5[[Trapped Ion Qubits]] + N6[/Laser Cooling for Ions/] + N7([Quantum Software Development Kit]) + N8(Quantum Entanglement Generation) + N9(Financial Modeling with Quantum Computing) + N10[[Cryogenic Systems for Qubits]] + N11([end]) + S0(( )) + M0(( )) + subgraph Quantum Advantage Demonstration + nest0_0[Quantum Cryptography] + nest0_1([Optimization Problems with Quantum Annealing]) + end + N0 -.-> N1 + N1 -.-> N2 + N2 --> N3 + N3 --> N4 + N4 --> |educates| N5 + N5 --> |measures| N6 + N6 -.-> |secures| N7 + N7 --> N8 + N8 --> N9 + N9 -.-> |verifies| N10 + N10 -.-> N11 + nest0_0 -.-> nest0_1 + N8 -.-> nest0_0 + nest0_1 -.-> |entangles| N11 + N5 --> S0 + S0 --> N7 + S0 --> |shares| N9 + S0 -.-> N10 + N0 -.-> M0 + N3 -.-> |decrypts| M0 + M0 --> N9 + style N0 fill:#E8F0FF,stroke:#A2D0FF + style N1 fill:#E8F0FF,stroke:#A2D0FF + style N2 fill:#CADEDE,stroke:#94C0C0 + style N3 fill:#CADEDE,stroke:#94C0C0 + style N4 fill:#E8F0FF,stroke:#A2D0FF + style N5 fill:#E8F0FF,stroke:#A2D0FF + style N6 fill:#F1F8FF,stroke:#42A5F5 + style N7 fill:#CADEDE,stroke:#94C0C0 + style N8 fill:#E8F0FF,stroke:#A2D0FF + style N9 fill:#E8F0FF,stroke:#A2D0FF + style N10 fill:#F1F8FF,stroke:#42A5F5 + style N11 fill:#F1F8FF,stroke:#42A5F5 + style S0 fill:#F1F8FF,stroke:#42A5F5 + style M0 fill:#F1F8FF,stroke:#42A5F5 + style nest0_0 fill:#E8F0FF,stroke:#A2D0FF + style nest0_1 fill:#F1F8FF,stroke:#42A5F5 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 1 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 2 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 4 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 6 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 7 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 8 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 9 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 10 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 11 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 12 stroke:#A2D0FF,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#94C0C0,stroke-width:2px,fill:none; + linkStyle 16 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 17 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#42A5F5,stroke-width:2px,fill:none; + linkStyle 20 stroke:#A2D0FF,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_164.txt b/test/mermaid/scanned_hard/mermaid_164.txt new file mode 100644 index 0000000000000000000000000000000000000000..554d7b29d40d092daffdddaed639837bfeeae31c --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_164.txt @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_166.txt b/test/mermaid/scanned_hard/mermaid_166.txt new file mode 100644 index 0000000000000000000000000000000000000000..5bbb64abe02ca1252ee02d3b435f37ecddcf245f --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_166.txt @@ -0,0 +1,27 @@ +<3D Model Creation, connectedTo, Software Development Kit Integration> +<3D Model Creation, connectedTo, Training Simulations> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_167.mmd b/test/mermaid/scanned_hard/mermaid_167.mmd new file mode 100644 index 0000000000000000000000000000000000000000..6c94c41bbdd2b830938d6aa9cb999169cedfc09d --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_167.mmd @@ -0,0 +1,60 @@ +graph TD + N0([Hardware Prototyping]) + N1[(Content Creation for AR or VR)] + N2[3D Model Creation] + N3{AR for Navigation} + N4{User Interface Design} + N5(Virtual Showrooms) + N6(Neuro_VR Interfaces) + N7([end]) + S0(( )) + M1(( )) + subgraph Retail Experience Enhancement + nest0_0(Gesture Recognition) + nest0_1[[Training Simulations]] + end + N0 --> |controls| N1 + N1 --> |generates| N2 + N2 --> N3 + N3 -.-> N4 + N4 --> N5 + N5 -.-> |audits| N6 + N6 --> N7 + nest0_0 --> nest0_1 + N2 --> nest0_0 + nest0_1 -.-> N3 + N3 -.-> S0 + S0 -.-> N7 + S0 --> |calibrates| N5 + N0 --> |collaborates| M1 + N1 -.-> M1 + M1 -.-> N3 + style N0 fill:#F2E6F5,stroke:#CB9BE1 + style N1 fill:#FAEBF3,stroke:#F7BEE0 + style N2 fill:#FAEBF3,stroke:#F7BEE0 + style N3 fill:#E1F5FE,stroke:#4FC3F7 + style N4 fill:#E1F5FE,stroke:#4FC3F7 + style N5 fill:#F2E6F5,stroke:#CB9BE1 + style N6 fill:#F2E6F5,stroke:#CB9BE1 + style N7 fill:#F2E6F5,stroke:#CB9BE1 + style S0 fill:#E1F5FE,stroke:#4FC3F7 + style M1 fill:#FAEBF3,stroke:#F7BEE0 + style nest0_0 fill:#FAEBF3,stroke:#F7BEE0 + style nest0_1 fill:#F2E6F5,stroke:#CB9BE1 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 1 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 2 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 4 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 8 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 9 stroke:#CB9BE1,stroke-width:2px,fill:none; + linkStyle 10 stroke:#F7BEE0,stroke-width:2px,fill:none; + linkStyle 11 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 12 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 13 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 14 stroke:#4FC3F7,stroke-width:2px,fill:none; + linkStyle 15 stroke:#CB9BE1,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_167.txt b/test/mermaid/scanned_hard/mermaid_167.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8ca56c1ad4dbe76dde0c78d97503a9e57731147 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_167.txt @@ -0,0 +1,16 @@ +<3D Model Creation, connectedTo, AR for Navigation> +<3D Model Creation, connectedTo, Gesture Recognition> + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_169.mmd b/test/mermaid/scanned_hard/mermaid_169.mmd new file mode 100644 index 0000000000000000000000000000000000000000..02484e23cfb04a0e742f4ad98521f609337d99b5 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_169.mmd @@ -0,0 +1,72 @@ +graph TD + N0([start]) + N1([Mobile Game Development]) + N2[[Level Design]] + N3[(Quality Assurance Testing)] + N4([Programming]) + N5(Motion Capture) + N6[/Storytelling/] + N7[/Player Progression Systems/] + N8[Game Publishing] + N9([end]) + S0(( )) + M0(( )) + M1(( )) + subgraph Game Performance Optimization + nest0_0[In_Game Economy Design] + nest0_1{Game Design} + nest0_2{User Experience Design} + nest0_3[[Engine Development]] + end + N0 --> N1 + N1 -.-> |yes| N2 + N2 -.-> N3 + N3 --> N4 + N4 -.-> N5 + N5 -.-> N6 + N6 -.-> N7 + N7 -.-> N8 + N8 -.-> N9 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + nest0_2 --> nest0_3 + N6 --> |no| nest0_0 + nest0_3 -.-> N8 + N2 --> S0 + S0 -.-> |no| N8 + S0 -.-> |yes| N9 + N4 --> M0 + N0 --> |yes| M0 + M0 -.-> N7 + N4 --> M1 + N1 -.-> M1 + N0 --> M1 + M1 -.-> N6 + style S0 fill:#C8E6C9,stroke:#388E3C + style M0 fill:#E1BEE7,stroke:#9C27B0 + style M1 fill:#F5F5DC,stroke:#BCB88A + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 1 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 2 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 3 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 7 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 8 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 9 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 12 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 13 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 14 stroke:#BCB88A,stroke-width:2px,fill:none; + linkStyle 15 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 16 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 17 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 20 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 21 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 22 stroke:#388E3C,stroke-width:2px,fill:none; + linkStyle 23 stroke:#9C27B0,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_17.mmd b/test/mermaid/scanned_hard/mermaid_17.mmd new file mode 100644 index 0000000000000000000000000000000000000000..b33864ade5b938a39942036ce654eb6bfde183df --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_17.mmd @@ -0,0 +1,48 @@ +graph BT + N0([Service Registration]) + N1([Infrastructure Planning]) + N2(Election Management) + N3[[Whistleblower Protection]] + N4[/Code Enforcement/] + N5[Interdepartmental Approval] + N6[(Public Health Initiative)] + N7(Data Publishing) + N8[Compliance Checking] + N9[National Defense] + N10([Driver's License Renewal]) + N0 --> |protects| N1 + N1 --> |serves| N2 + N2 --> N3 + N3 -.-> |communicates| N4 + N4 -.-> |audits| N5 + N5 -.-> N6 + N6 -.-> N7 + N7 -.-> N8 + N8 --> N9 + N9 -.-> N10 + N1 --> |engages| N10 + N7 -.-> |inspects| N5 + style N0 fill:#E8EAF6,stroke:#5C6BC0 + style N1 fill:#F9FBE7,stroke:#DCE775 + style N2 fill:#E8EAF6,stroke:#5C6BC0 + style N3 fill:#E8EAF6,stroke:#5C6BC0 + style N4 fill:#E8EAF6,stroke:#5C6BC0 + style N5 fill:#E8EAF6,stroke:#5C6BC0 + style N6 fill:#F9FBE7,stroke:#DCE775 + style N7 fill:#E8EAF6,stroke:#5C6BC0 + style N8 fill:#F9FBE7,stroke:#DCE775 + style N9 fill:#FFF6D9,stroke:#FFCC7A + style N10 fill:#FFF6D9,stroke:#FFCC7A + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFCC7A,stroke-width:2px,fill:none; + linkStyle 1 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 2 stroke:#5C6BC0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFCC7A,stroke-width:2px,fill:none; + linkStyle 4 stroke:#5C6BC0,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#5C6BC0,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#FFCC7A,stroke-width:2px,fill:none; + linkStyle 9 stroke:#DCE775,stroke-width:2px,fill:none; + linkStyle 10 stroke:#5C6BC0,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FFCC7A,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_170.mmd b/test/mermaid/scanned_hard/mermaid_170.mmd new file mode 100644 index 0000000000000000000000000000000000000000..a9f79745e73a18e9aa406eea48dfae4ac96ba3ff --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_170.mmd @@ -0,0 +1,66 @@ +graph RL + N0([start]) + N1[/Multiplayer Game Development/] + N2[/In_Game Economy Design/] + N3(AI Behavior Programming) + N4{Game Performance Optimization} + N5(Game Analytics) + N6(Mobile Game Development) + N7[/Asset Creation/] + N8[[Engine Development]] + N9([end]) + S0(( )) + M0(( )) + subgraph Storytelling + nest0_0(Game Design) + nest0_1(Community Management) + nest0_2[Player Progression Systems] + nest0_3[[User Experience Design]] + end + N0 --> N1 + N1 --> |no| N2 + N2 -.-> N3 + N3 -.-> N4 + N4 --> |yes| N5 + N5 -.-> N6 + N6 --> N7 + N7 --> N8 + N8 --> N9 + nest0_0 --> nest0_1 + nest0_1 -.-> |no| nest0_2 + nest0_2 -.-> nest0_3 + N7 --> |no| nest0_0 + nest0_3 --> N6 + N5 -.-> S0 + S0 -.-> N9 + S0 --> |yes| N8 + S0 --> N7 + N5 -.-> M0 + N1 --> M0 + N4 --> |yes| M0 + M0 --> N8 + style S0 fill:#FFDCD6,stroke:#FFB2A5 + style M0 fill:#FFDCD6,stroke:#FFB2A5 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 1 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 2 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FF8A65,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FF8A65,stroke-width:2px,fill:none; + linkStyle 7 stroke:#FF8A65,stroke-width:2px,fill:none; + linkStyle 8 stroke:#AABEC6,stroke-width:2px,fill:none; + linkStyle 9 stroke:#AABEC6,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 12 stroke:#AABEC6,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#FF8A65,stroke-width:2px,fill:none; + linkStyle 16 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 17 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 18 stroke:#AABEC6,stroke-width:2px,fill:none; + linkStyle 19 stroke:#FF8A65,stroke-width:2px,fill:none; + linkStyle 20 stroke:#FFB2A5,stroke-width:2px,fill:none; + linkStyle 21 stroke:#FF8A65,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_172.mmd b/test/mermaid/scanned_hard/mermaid_172.mmd new file mode 100644 index 0000000000000000000000000000000000000000..bd0cbfab9ded4e4b8306cefd5f69e10076c95dea --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_172.mmd @@ -0,0 +1,73 @@ +graph BT + N0([start]) + N1[/Music Licensing/] + N2[[Performance]] + N3{Tour Management} + N4[/Sound System Design/] + N5[/Streaming Platform Management/] + N6(Mixing) + N7[Lyric Writing] + N8([Copyright Management]) + N9(Mastering) + N10{A&R} + N11(Arrangement) + N12([end]) + S0(( )) + S1(( )) + M1(( )) + subgraph Record Label Operations + nest0_0(Music Distribution) + nest0_1{Synthesizer Programming} + end + N0 --> N1 + N1 --> N2 + N2 -.-> |yes| N3 + N3 --> N4 + N4 -.-> |no| N5 + N5 --> |yes| N6 + N6 -.-> N7 + N7 --> |yes| N8 + N8 -.-> N9 + N9 --> |yes| N10 + N10 --> N11 + N11 --> N12 + nest0_0 -.-> nest0_1 + N8 -.-> nest0_0 + nest0_1 --> |yes| N3 + N9 --> S0 + S0 --> N11 + S0 --> N12 + N1 --> S1 + S1 --> |no| N9 + S1 -.-> N11 + N0 -.-> |no| M1 + N2 -.-> M1 + M1 --> N6 + style S0 fill:#EDE7F6,stroke:#9575CD + style S1 fill:#CFD8DC,stroke:#607D8B + style M1 fill:#EDE7F6,stroke:#9575CD + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 1 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 2 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 3 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 4 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 5 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 6 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 7 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 8 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 9 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 10 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 11 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 12 stroke:#607D8B,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 16 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 17 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 18 stroke:#9575CD,stroke-width:2px,fill:none; + linkStyle 19 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 20 stroke:#607D8B,stroke-width:2px,fill:none; + linkStyle 21 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 22 stroke:#9C27B0,stroke-width:2px,fill:none; + linkStyle 23 stroke:#9575CD,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_173.txt b/test/mermaid/scanned_hard/mermaid_173.txt new file mode 100644 index 0000000000000000000000000000000000000000..aa7afedb1116c8ee909c84235443d1d346e818fa --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_173.txt @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/mermaid/scanned_hard/mermaid_174.mmd b/test/mermaid/scanned_hard/mermaid_174.mmd new file mode 100644 index 0000000000000000000000000000000000000000..de26dc478ab276b7df8ce37b2c5de3aee376fb98 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_174.mmd @@ -0,0 +1,68 @@ +graph LR + N0([start]) + N1[/Sound Design for Media/] + N2[Concert Promotion] + N3[/Music Therapy/] + N4[(Instrumental Performance)] + N5[Artist Management] + N6(Royalty Collection) + N7[[Music for Film or TV or Games]] + N8[Synthesizer Programming] + N9(A&R) + N10(Copyright Management) + N11[/Ticketing/] + N12[Arrangement] + N13([end]) + S0(( )) + M0(( )) + subgraph Music Publishing + nest0_0[Digital Audio Workstation Operation] + nest0_1[Vocal Performance] + end + N0 -.-> N1 + N1 --> |yes| N2 + N2 -.-> |yes| N3 + N3 --> |yes| N4 + N4 --> |yes| N5 + N5 --> |yes| N6 + N6 -.-> N7 + N7 -.-> N8 + N8 -.-> |no| N9 + N9 --> N10 + N10 --> N11 + N11 -.-> |no| N12 + N12 --> N13 + nest0_0 --> |yes| nest0_1 + N4 -.-> nest0_0 + nest0_1 --> N12 + N6 -.-> S0 + S0 --> N11 + S0 -.-> N10 + N1 -.-> M0 + N0 -.-> M0 + M0 --> N3 + style S0 fill:#E9F7E8,stroke:#6EB76D + style M0 fill:#E9F7E8,stroke:#6EB76D + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 1 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 2 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 3 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 7 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 8 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 9 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 10 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 11 stroke:#FFCC80,stroke-width:2px,fill:none; + linkStyle 12 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 13 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 16 stroke:#BDAFA8,stroke-width:2px,fill:none; + linkStyle 17 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 18 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 19 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 20 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_176.mmd b/test/mermaid/scanned_hard/mermaid_176.mmd new file mode 100644 index 0000000000000000000000000000000000000000..fa517b3c0ac5815397e154ae4c060fef48f78fd0 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_176.mmd @@ -0,0 +1,49 @@ +graph TD + N0([start]) + N1[(Screenwriting Workshops)] + N2(Script Development) + N3[[Art Direction]] + N4[Special Effects] + N5[(Storyboarding)] + N6{Tax Incentive Management} + N7([end]) + S0(( )) + subgraph Cinematography + nest0_0(Distribution Strategy) + nest0_1[Production Scheduling] + nest0_2[Location Scouting] + end + N0 --> N1 + N1 --> N2 + N2 -.-> N3 + N3 -.-> |no| N4 + N4 --> N5 + N5 -.-> |no| N6 + N6 --> N7 + nest0_0 --> nest0_1 + nest0_1 --> nest0_2 + N2 -.-> |no| nest0_0 + nest0_2 -.-> N3 + N1 -.-> S0 + S0 --> N4 + S0 --> N3 + N2 --> |no| N6 + N6 --> N5 + style S0 fill:#FCE4EC,stroke:#E91E63 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 1 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 2 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 3 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 4 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 5 stroke:#E91E63,stroke-width:2px,fill:none; + linkStyle 6 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 7 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 8 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 9 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 10 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 11 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 12 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 13 stroke:#673AB7,stroke-width:2px,fill:none; + linkStyle 14 stroke:#6EB76D,stroke-width:2px,fill:none; + linkStyle 15 stroke:#E91E63,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_178.mmd b/test/mermaid/scanned_hard/mermaid_178.mmd new file mode 100644 index 0000000000000000000000000000000000000000..7ba7e527de8c6bbb4aeaef908f21ccf1665cac44 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_178.mmd @@ -0,0 +1,84 @@ +graph BT + N0([start]) + N1([Interactive Content Development]) + N2[(Copywriting)] + N3[Video Scripting] + N4(Photography) + N5[/Research and Outline/] + N6[Content Management System Operation] + N7{Graphic Design} + N8[Live Streaming Content] + N9[Transcribing Audio or Video] + N10[[Editing and Proofreading]] + N11(Social Media Post Creation) + N12([Distribution Planning]) + S0(( )) + M0(( )) + subgraph Webinar Hosting + nest0_0([Search Engine Optimization]) + nest0_1[[Audio Recording]] + end + N0 --> N1 + N1 --> |collaborates| N2 + N2 --> |translates| N3 + N3 --> N4 + N4 --> |supports| N5 + N5 -.-> |measures| N6 + N6 -.-> N7 + N7 --> N8 + N8 --> N9 + N9 -.-> |shares| N10 + N10 --> N11 + N11 -.-> N12 + nest0_0 -.-> nest0_1 + N3 -.-> nest0_0 + nest0_1 -.-> |personalizes| N2 + N0 --> S0 + S0 -.-> N10 + S0 --> N8 + S0 -.-> |films| N11 + N5 --> M0 + N0 --> |monetizes| M0 + N7 -.-> |localizes| M0 + M0 -.-> N10 + style N0 fill:#DED7F0,stroke:#A188DB + style N1 fill:#FFECB3,stroke:#FFC107 + style N2 fill:#E0F7FA,stroke:#00BCD4 + style N3 fill:#DED7F0,stroke:#A188DB + style N4 fill:#FFECB3,stroke:#FFC107 + style N5 fill:#FFECB3,stroke:#FFC107 + style N6 fill:#FFECB3,stroke:#FFC107 + style N7 fill:#FFECB3,stroke:#FFC107 + style N8 fill:#DED7F0,stroke:#A188DB + style N9 fill:#DED7F0,stroke:#A188DB + style N10 fill:#FFECB3,stroke:#FFC107 + style N11 fill:#FFECB3,stroke:#FFC107 + style N12 fill:#E0F7FA,stroke:#00BCD4 + style S0 fill:#E0F7FA,stroke:#00BCD4 + style M0 fill:#E0F7FA,stroke:#00BCD4 + style nest0_0 fill:#E0F7FA,stroke:#00BCD4 + style nest0_1 fill:#E0F7FA,stroke:#00BCD4 + classDef handwritten font-family:Comic Sans MS,font-size:14px,color:#2b2b2b; + linkStyle 0 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 1 stroke:#A188DB,stroke-width:2px,fill:none; + linkStyle 2 stroke:#A188DB,stroke-width:2px,fill:none; + linkStyle 3 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 4 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 5 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 6 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 7 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 8 stroke:#A188DB,stroke-width:2px,fill:none; + linkStyle 9 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 10 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 11 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 12 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 13 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 14 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 15 stroke:#A188DB,stroke-width:2px,fill:none; + linkStyle 16 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 17 stroke:#A188DB,stroke-width:2px,fill:none; + linkStyle 18 stroke:#FFC107,stroke-width:2px,fill:none; + linkStyle 19 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 20 stroke:#00BCD4,stroke-width:2px,fill:none; + linkStyle 21 stroke:#000000,stroke-width:2px,fill:none; + linkStyle 22 stroke:#A188DB,stroke-width:2px,fill:none; \ No newline at end of file diff --git a/test/mermaid/scanned_hard/mermaid_179.txt b/test/mermaid/scanned_hard/mermaid_179.txt new file mode 100644 index 0000000000000000000000000000000000000000..58c983e9b0d7b51612ef9616645d72e91d078871 --- /dev/null +++ b/test/mermaid/scanned_hard/mermaid_179.txt @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + +