Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-03-09 19:37:43 +01:00
parent 6a25830952
commit 40346ee82a
-1
View File
@@ -217,4 +217,3 @@ Full documentation can be found on the [Docusaurus website](https://docusaurus.i
- If you want to make images zoomable on click, add the `data-zoomable` attribute to your `img` element.
- In a docs or blog `.md` file, convert `![This is image](/microsite/static/img/code.png)` syntax to `<img data-zoomable src="/microsite/static/img/code.png" alt="This is image" />`