diff options
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/demo.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/pages/demo.rst b/content/pages/demo.rst index 44bac5d..c1024f4 100644 --- a/content/pages/demo.rst +++ b/content/pages/demo.rst @@ -141,3 +141,29 @@ Admonitions `Lien`_ +Images +====== + +.. image:: /images/profile.webp + :align: center + :alt: La photo du profil + +---------- + +.. figure:: /images/profile.webp + :alt: La photo du profil + :align: left + + Left + +.. figure:: /images/profile.webp + :alt: La photo du profil + :align: center + + Center + +.. figure:: /images/profile.webp + :alt: La photo du profil + :align: right + + Right |