Slidy presentations and pandoc

I am running RStudio 1.1.381 with R 3.4.1 on MacOS 10.12.6
RStudio includes pandoc 1.19.2.1 which seems to be the latest version.
The content popup menu in the left corner of the status bar should dis-lay the titles of the sides
to be able to navigate there, but it only displays the main title (once for each slide).
I had this problem previously when I had the homebrew version of pandoc installed. At that time, RStudio included an earlier version of pandoc and just using the RStudio version (by deleting the homebrew version) solve the problem. Now, since RStudio also has the latest version, the problem surfaced again.

In my case, just creating a new slidy presentation and running the demo appearing immediately shows the problem.

I investigated a little bit further, and this is what I found:
The current RStudio devel build (1.1.383) comes with pandoc 1.19.2.1 and the problems occurs with this version.
The current production version of RStudio (1.0.153) comes with pandoc 1.17.2, and with this version the problem I described does not occur.
Replacing pandoc and pandoc-citeproc in RStudio 1.1.383 with the older version (from RStudio 1.0.153)
(in /Applications/RStudio/Contents/MacOS/pandoc/) makes the problem disappear.

Perhaps somebody else can check this on Linux and Windows.