The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

R markdown

The include method will not work in R markdown documents. Instead one should use, in a separate script, the write method to save the CSS file.

Linne$
  new()$
  rule(
    sel_tag("p"),
    color = "white",
    fontSize = 30
  )$
  write("style.css") # save 

Then use that file in the front matter of the R markdown file, for instance.

output:
  revealjs::revealjs_presentation:
    css: style.css

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.