Skip to content

Commit 5808eab

Browse files
committed
more testing
1 parent c41a5b3 commit 5808eab

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/ISSUE_TEMPLATE/test.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ body:
1010
## Sample Markdown Section
1111
This is a sample section that uses **bold** and _italic_ text.
1212
13-
can it have a diagram?
13+
Diagrams don't work?
1414
1515
```mermaid
16-
graph TD;
17-
A[Start] --> B{Decision};
18-
B -->|Yes| C[Option 1];
19-
B -->|No| D[Option 2];
20-
C --> E[End];
21-
D --> E;
16+
flowchart
17+
A --> B
18+
B --> C
19+
C --> A
2220
```
2321
2422
- type: input

0 commit comments

Comments
 (0)