diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/markdown/example.html | 7 | ||||
-rw-r--r-- | plugin/markdown/example.md | 5 |
2 files changed, 12 insertions, 0 deletions
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 @@ </script> </section> + <!-- Images --> + <section data-markdown> + <script type="text/template"> + ![Sample image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png) + </script> + </section> + </div> </div> 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) |