diff options
author | Hakim El Hattab | 2017-11-23 11:12:54 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-11-23 11:12:54 +0100 |
commit | a0c013606e130baad976195730dcd7e7cd9e2855 (patch) | |
tree | 863b895625ad4ef2c672b4fa99ffb7b93e0eed3a /plugin/markdown/example.html | |
parent | 65bdccd5807b6dfecad6eb3ea38872436d291e81 (diff) |
add inline and external markdown images to example #2039
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"> +  + </script> + </section> + </div> </div> |