Skip to content

Commit

Permalink
Update feature-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Irma12 authored Mar 5, 2024
1 parent 32dd8b6 commit a463a34
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/feature-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Embedded images
This should render a small diagram as long as `graphviz` is available in the environment
where the docs are generated. [MkDocs will use it automatically](https://github.com/backstage/mkdocs-techdocs-core/blob/main/src/core.py#L106).

{% dot attack_plan.svg
digraph G {
rankdir=LR
Earth [peripheries=2]
Mars
Earth -> Mars
}
%}
```graphviz dot attack_plan.svg
digraph G {
rankdir=LR
Earth [peripheries=2]
Mars
Earth -> Mars
}
```

# PlantUML

Expand Down

0 comments on commit a463a34

Please sign in to comment.