You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test PlantUML Diagram
Sequence diagram:
` ` `plantuml:test-md-diagram
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
` ` `
![](./test-md-diagram.svg)
(rendered diagram should appear above)
The text was updated successfully, but these errors were encountered:
# Test PlantUML Diagram
Sequence diagram:
` ` `plantuml:test-md-diagram
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
` ` `
![](./test-md-diagram.svg)
(rendered diagram should appear above)
Empty folder cannot be tracked by git. I add .gitkeep file to path folder and then resolved.
When I add a PlantUML diagram to a markdown file the action throws the following error:
Seems to be a GitHub API error. It works perfectly fine for .puml files. Here is my workflow:
Also tried with
path: .
set; same error.The .md file in question:
The text was updated successfully, but these errors were encountered: