I need some help with the powerpoint output driver.  I need to insert a kind of glyph --- think a red pill.  The following markdown works just fine with the beamer output driver:

```
---
title: "Pandoc Inline Image Test"
author: "Anon"
aspectratio: "169"
---

# Sample Pandoc Image Test

This is first inline image.  ![](redpill-aqua.png)

More text, then second inline, but on its own line

![](redpill-aqua.png)

# Full Image With Caption

![Full Caption](redpill-aqua.png)
```

but with powerpoint, the output is completely off.  (I am also including the `redpill-aqua.png` file for convenience.)  Does anyone know how to fix this?

PS: Incidentally, my output also seems not to pick up the 16:9 format, which happens to be the default for powerpoint, anyway.  But the pandoc doc states this yaml works only for beamer, anyway.  Is there a way to tell the powerpoint the same thing?


--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ba95d074-f6c7-43bb-8639-6ef1a49a7648n%40googlegroups.com.