You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also having a similar issue.
I've noticed that the HTML seems to be generating but everything is left hidden. You can verify this by inspecting the html code: your contents should be there, but hidden in an opaque div element.
I have my suspicions that this is due to the link to googlecode.com being out of date. That service was discontinued, yet the <head> of the html is riddled with references to files held there. For example: http://slidifylibraries2.googlecode.com/git/inst/libraries/frameworks/io2012/css/default.css
What I truly don't understand is this: I thought the point of a standalone file was that you didn't need to be online to view it. Why are there references to css files on the internet?
Would appreciate a solution or a workaround if the repo owner is no longer maintaining. Can anyone help?
This is what keeps the contents of my presentation hidden: <body style="opacity: 0">
Setting that to 1 in the inspector (I'm using Chrome) reveals the contents of my slidedeck, albeit devoid of any of the CSS.
I'd appreciate it if someone could tell me why I can't generate a standalone version of the slides.
Here thea YAML
thanks in advance
title : R
subtitle : Primeros pasos
author : Paula
job : ---
framework : io2012 # {io2012, html5slides, shower, dzslides, ...,comment=NA}
highlighter : highlight.js # {highlight.js, prettify, highlight,comment=NA}
hitheme : tomorrow
widgets : [mathjax] # {mathjax, quiz, bootstrap,comment=NA}
mode : standalone # {standalone, draft,comment=NA}
knit : slidify::knit2slides
logo : Rlogo.png
assets : {assets: ../../assets,comment=NA}
onefile : True
The text was updated successfully, but these errors were encountered: