Skip to content
Discussion options

You must be logged in to vote

Here are two ways to do it. Same applies to fig-cap code cell option.

---
format: html
---

## Ugly

![**Movies in bold**  
A second line with **bold** or *italic*.](https://raw.githubusercontent.com/mcanouil/imdb-ratings/main/media/streak.svg){#fig-movies}

## Pretty

::: {#fig-movies}
![](https://raw.githubusercontent.com/mcanouil/imdb-ratings/main/media/streak.svg)

**Movies in bold**  
A second line with **bold** or *italic*.
:::

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Achuan-2
Comment options

@mcanouil
Comment options

mcanouil Jan 3, 2023
Collaborator

Answer selected by Achuan-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants