Skip to content

Commit da5f933

Browse files
committed
add a simple mermaid diagram to a template release
1 parent eb12ddd commit da5f933

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sdk/template/azure-template/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This package has been tested with Python 3.7+.
88

99
For a more complete set of Azure libraries, see https://aka.ms/azsdk/python/all.
1010

11+
Here is a simple flow to test mermaid on pypi:
12+
13+
```mermaid
14+
graph TD;
15+
A-->B;
16+
A-->C;
17+
B-->D;
18+
C-->D;
19+
```
20+
21+
1122
# Getting started
1223

1324
For a rich example of a well formatted readme, please check [here.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md) In addition, this is an [example readme](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-EXAMPLE.md) that should be emulated. Note that the top-level sections in this template align with that of the [template.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md)

0 commit comments

Comments
 (0)