Skip to content

Commit

Permalink
add inline and external markdown images to example #2039
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 23, 2017
1 parent 65bdccd commit a0c0136
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugin/markdown/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
5 changes: 5 additions & 0 deletions plugin/markdown/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a0c0136

Please sign in to comment.