From a3ae99cf1e509f6310b9e95e79159755939999c6 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 5 Jul 2021 18:12:23 +0100 Subject: [PATCH] Align code blocks in image demos --- docs/reference/images.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/images.md b/docs/reference/images.md index b7763b9a4..d8e830831 100644 --- a/docs/reference/images.md +++ b/docs/reference/images.md @@ -30,6 +30,7 @@ This is from Markdown. .. image:: https://source.unsplash.com/200x200/daily?cute+animals :align: center + This is from reStructuredText. ```` @@ -83,10 +84,12 @@ This is from Markdown. :align: center :class: only-light + .. image:: https://source.unsplash.com/200x200/daily?cute+cats :align: center :class: only-dark + This is from reStructuredText. ````