|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| '''DEBUGGING AREA - RAW QUERY OUTPUT'''
| |
| <pre>
| |
| {{#ask:
| |
| [[Category:Graph Example]]
| |
| [[Connects to::+]]
| |
| |?
| |
| |?Connects to
| |
| |format=plainlist
| |
| |template=MermaidRelationship
| |
| |link=none
| |
| |sep=
| |
|
| |
| |import-annotation=true
| |
| }}
| |
| </pre>
| |
| <hr>
| |
| '''GRAPH RENDER AREA'''
| |
| {{#mermaid: | | {{#mermaid: |
| graph TD; | | graph TD; |
Line 27: |
Line 10: |
| |link=none | | |link=none |
| |sep= | | |sep= |
|
| |
| |import-annotation=true | | |import-annotation=true |
| }} | | }} |
| }}``` | | }} |
| | |
| **Expected Outcome:**
| |
| | |
| * In the **top debugging area**, inside the black box, you should see two lines of clean Mermaid code:
| |
| * `Concept:Node_A["Node A"] --> Concept:Node_B["Node B"]`
| |
| * `Concept:Node_B["Node B"] --> Concept:Node_C["Node C"]`
| |
| * In the **bottom graph area**, you should see the rendered flowchart.
| |
| | |
| If you see the code in the top box but no graph at the bottom, there is a problem with the Mermaid extension. If the top box is empty, there is a problem with my query or the template. This test will give us our definitive answer.
| |