Skip to content
Discussion options

You must be logged in to vote

@AlbertoFabbri93 I missed this but this is because you are not adding images on two paragraphs

## Patient 1
::: {layout-ncol=2}
![KRT17](Images/Patient_1_plots/Patient_1_krt17.png)
![panCK](Images/Patient_1_plots/Patient_1_panCK.png)
:::

This is only one paragraph in Markdown, so there is nothing to but in the right column.

You need to add each one in its own paragraph

## Patient 1
::: {layout-ncol=2}
![KRT17](Images/Patient_1_plots/Patient_1_krt17.png)

![panCK](Images/Patient_1_plots/Patient_1_panCK.png)
:::

So add a newline

---
title: "A study"
author: "Author"
format: 
  revealjs:
    navigation-mode: grid
    slide-number: h.v
slide-level: 3
execute:
  echo: false
keep-md: true
---

```

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@AlbertoFabbri93
Comment options

@AlbertoFabbri93
Comment options

@mcanouil
Comment options

@cderv
Comment options

Answer selected by AlbertoFabbri93
@AlbertoFabbri93
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants