Skip to content
Snippets Groups Projects
Commit 8b9c8afa authored by nimrod's avatar nimrod
Browse files

Add an external image to the test presentation.

Also, set `--fail-if-warnings` to fail on warnings.
parent dc62b563
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ presentation.pdf: diagram.pdf ...@@ -6,10 +6,10 @@ presentation.pdf: diagram.pdf
presentation.pdf: prompt.gif presentation.pdf: prompt.gif
%.pdf: %.md %.pdf: %.md
pandoc -t beamer $< -o $@ pandoc --fail-if-warnings -t beamer $< -o $@
left-to-right.pdf: left-to-right.md left-to-right.pdf: left-to-right.md
pandoc --pdf-engine=xelatex $< -o $@ pandoc --fail-if-warnings --pdf-engine=xelatex $< -o $@
%.pdf: %.dot %.pdf: %.dot
dot $< -Tpdf > $@ dot $< -Tpdf > $@
......
...@@ -17,3 +17,6 @@ author: Your name here ...@@ -17,3 +17,6 @@ author: Your name here
## Animated gif ## Animated gif
![Animated gif](prompt.gif) ![Animated gif](prompt.gif)
## External image
![External image](https://www.shore.co.il/cgit/rcfiles/plain/.face)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment