diff options
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 7 |
1 files changed, 7 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> |