Skip to content

Commit

Permalink
fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 21, 2024
1 parent 2748e99 commit 9a3153c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/contributing/tutorials/create-new-slides/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ The prefix "Figure 1." is automatically added before its caption. This is done w

As an example for this image:

![alt text]({{site.baseurl}}/topics/metagenomics/images/plasmid-metagenomics-nanopore/sequence_method.jpg "Example of an image with a caption ")
![alt text]({% link topics/metagenomics/images/plasmid-metagenomics-nanopore/sequence_method.jpg %} "Example of an image with a caption ")

{% raw %}
```markdown
!​[Alt text (shown when image cannot be displayed)](path/to/image.png "Example of an image with a caption")
!​[Alt text (shown when image cannot be displayed)]({% link path/to/image.png %} "Example of an image with a caption")
```
{% endraw %}

Expand Down

0 comments on commit 9a3153c

Please sign in to comment.