From a0c013606e130baad976195730dcd7e7cd9e2855 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 23 Nov 2017 11:12:54 +0100 Subject: [PATCH] add inline and external markdown images to example #2039 --- plugin/markdown/example.html | 7 +++++++ plugin/markdown/example.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html index 36f6a51..300e39e 100644 --- a/plugin/markdown/example.html +++ b/plugin/markdown/example.html @@ -99,6 +99,13 @@ + +
+ +
+ diff --git a/plugin/markdown/example.md b/plugin/markdown/example.md index 6f6f577..89c7534 100644 --- a/plugin/markdown/example.md +++ b/plugin/markdown/example.md @@ -29,3 +29,8 @@ Content 3.1 ## External 3.2 Content 3.2 + + +## External 3.3 + +![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png)