Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 98622cf

Browse files
committed
Create markdownsample.md
1 parent 784abe4 commit 98622cf

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Markdown Sample
2+
3+
Open the markdown preview to check it out!
4+
5+
## Code
6+
```
7+
@startuml
8+
legend
9+
VS Code can do that?
10+
end legend
11+
VisualStudioCode -> Agent: openFolder(path)
12+
Agent -> ExtensionHost: installExtensions
13+
ExtensionHost -> ExtensionHost: download
14+
ExtensionHost -> ExtensionHost: install
15+
ExtensionHost -> Agent: return true
16+
Agent -> VisualStudioCode: return true@enduml
17+
```
18+
19+
## Diagram
20+
```plantuml
21+
@startuml
22+
legend
23+
VS Code can do that?
24+
end legend
25+
VisualStudioCode -> Agent: openFolder(path)
26+
Agent -> ExtensionHost: installExtensions
27+
ExtensionHost -> ExtensionHost: download
28+
ExtensionHost -> ExtensionHost: install
29+
ExtensionHost -> Agent: return true
30+
Agent -> VisualStudioCode: return true
31+
@enduml
32+
```

0 commit comments

Comments
 (0)