I do slide shows in RStudio using RMarkdown and exporting to ioslides. This works fine in the RStudio preview window, but when I open the html file in my browser (Chrome version 45.0.2454.85 m (64-bit version)), the slide number (n / total) is not displayed, only "/", (Except Moreover, the code highlighting is shown as bold).
This happens even if I use slide examples in RStuido.
Any suggestions on how to fix this?
Edit: I think this happens with every document, but here is one example that does not show page numbers in the browser:
--- title: "test" author: "JohannesNE" date: "28. sep. 2015" output: ioslides_presentation ---
source share