Skip to content

Commit b2541bf

Browse files
committed
Center images
1 parent c2f97ac commit b2541bf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ line-length: false
44
no-duplicate-header:
55
siblings_only: true
66
MD033:
7-
allowed_elements: [details, summary]
7+
allowed_elements: [details, summary, p, img]
88
MD007:
99
indent: 4

docs/output.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,13 @@ By default, all possible pairwise comparisons across the groups from a particula
238238

239239
![MultiQC - DESeq2 sample similarity plot](images/mqc_deseq2_sample_similarity_plot.png)
240240

241-
![R - DESeq2 MA plot](images/r_deseq2_ma_plot.png)
241+
<p markdown="1" align="center">
242+
<img src="images/r_deseq2_ma_plot.png" alt="R - DESeq2 MA plot">
243+
</p>
242244

243-
![R - DESeq2 Volcano plot](images/r_deseq2_volcano_plot.png)
245+
<p markdown="1" align="center">
246+
<img src="images/r_deseq2_volcano_plot.png" alt="R - DESeq2 Volcano plot">
247+
</p>
244248

245249
## Aggregate analysis
246250

0 commit comments

Comments
 (0)