Skip to content

Commit 6085242

Browse files
Fix raw html for Acknowledgements (#366)
* Fix raw html in Acknowledgements * Change structure of acknowledgements * Fix raw html for acknowledgements
1 parent 5b08c04 commit 6085242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/resources/acknowledgements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44

55
`QuantumToolbox.jl` is supported by the [Unitary Fund](https://unitary.fund), a grant program for quantum technology projects.
66

7+
```@raw html
78
<div align="center">
89
<a href="https://unitary.fund">
910
<img src="https://raw.githubusercontent.com/unitaryfund/unitary.fund/refs/heads/main/src/assets/svg/logo.svg" alt="Unitary Fund logo" width="200">
1011
</a>
1112
</div>
13+
```
1214

1315
## [Other Acknowledgements](@id doc:Other-Acknowledgements)
1416

1517
We are also grateful to the [Zulip](https://zulip.com) team for providing a free chat service for open-source projects.
1618

19+
```@raw html
1720
<div align="center">
1821
<a href="https://zulip.com">
1922
<img src="https://zulip.com/static/images/logo/zulip-org-logo.svg" alt="Zulip logo" width="200">
2023
</a>
2124
</div>
25+
```

0 commit comments

Comments
 (0)