Skip to content

Commit

Permalink
document how to include images; closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jun 6, 2017
1 parent f1774aa commit 9fe2764
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Cicero: Serving slides written in Markdown
:caption: Styling your remark slides

remark/custom.rst
remark/images.rst
remark/background.rst
remark/math.rst
remark/highlighting.rst
Expand Down
15 changes: 15 additions & 0 deletions doc/remark/images.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


Images
======

You can either include images the
`Markdown way <https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#images>`_::

![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

![alt text](path/myimage.jpg "Local image")

or the HTML way::

<img src="file.jpg" style="height: 450px;"/>

0 comments on commit 9fe2764

Please sign in to comment.