Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoiding broken display of mermaid with <details> #196

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ These tests produce a rich execution report, [for example](https://mastercard.gi
* [Further reading](doc/src/main/markdown/further.md): Covers more advanced usage.
* The submodules under [example](example) illustrate a complete service constellation with flow-based testing

<details>
<summary>Artifact dependency structure</summary>
## Artifact dependency structure

<!-- start_module_diagram:framework -->

Expand Down Expand Up @@ -73,7 +72,7 @@ graph LR
```

<!-- end_module_diagram -->
</details>


## Links

Expand Down
6 changes: 2 additions & 4 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ graph TD

<!-- system_diagram_end -->

## Artifact dependency structure

<details>
<summary>Artifact dependency structure</summary>
Solid lines are <code>compile</code>-scope dependencies, dotted are <code>test</code>-scope.
Solid lines are <code>compile</code>-scope dependencies, dotted are <code>test</code>-scope.

<!-- start_module_diagram:example -->

Expand Down Expand Up @@ -127,7 +126,6 @@ graph LR
```

<!-- end_module_diagram -->
</details>

## Starting the services

Expand Down