I am creating an R Presentation, but I cannot find a way to use a css template stored on a website.
This works:
Title
========================================================
author: Me
date: Jan 9, 2015
transition: none
css: /Users/user/template.css
But this does not work:
Title
========================================================
author: Me
date: Jan 9, 2015
transition: none
css: https://dl.dropboxusercontent.com/u/2364714/template.css
It also does not work if I put the url in quotation marks, or if I move the file to a http instead of https link.