We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb035e1 commit 87271e5Copy full SHA for 87271e5
README.md
@@ -17,6 +17,14 @@ This action syncs markdown files to Confluence using the [Markdown Confluence Sy
17
- [Contributing](#contributing)
18
- [License](#license)
19
20
+```mermaid
21
+graph TD;
22
+ A-->B;
23
+ A-->C;
24
+ B-->D;
25
+ C-->D;
26
+```
27
+
28
## Features
29
30
* It creates/updates/deletes [Confluence](https://www.atlassian.com/es/software/confluence) pages based on markdown files in a directory.
0 commit comments