From e49d9bddab4f72abf45ff829c193adfdb060ad67 Mon Sep 17 00:00:00 2001 From: Flump Date: Tue, 3 Dec 2019 16:31:45 +0000 Subject: [PATCH] Fixed broken image example. --- md-syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/md-syntax.md b/md-syntax.md index e794f52dc..920d10734 100644 --- a/md-syntax.md +++ b/md-syntax.md @@ -322,16 +322,16 @@ Ciao! #### ** Rendered ** -![alt text](assets/img/serial-location.jpg) +![alt text](assets/img/theme-dark-content.png) -> ![alt text](assets/img/serial-switch.png) +> ![alt text](assets/img/theme-light-content.png) #### ** Markdown ** ```markdown -![alt text](assets/img/serial-location.jpg) +![alt text](assets/img/theme-dark-content.png) -> ![alt text](assets/img/serial-switch.png) +> ![alt text](assets/img/theme-light-content.png) ```