Hi, 

I am following this doc https://pandoc.org/MANUAL.html#variables-for-powerpoint where monofont is a variable that can be set. 

With other formats setting a variable in YAML metadata block works but it seems not with pptx format. 

Considering this test.md file

--- 
title: "toy_example"
monofont: Source Code Pro
---

# Slide 1

With `2+2` inline 

# Slide 2 

```r
1+1
```

This does not seem to work
pandoc -t pptx -o test.pptx test.md

but this works
pandoc -t pptx -o test.pptx -V"monofont=Source Code Pro" test.md

the former should be working, right ?

 Am I missing something or should I open an issue ? 

Thank you.

--
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/5de90e95-7747-4503-aff9-e08db9c83ab6n%40googlegroups.com.