I made a quarto revealJS presentation. It worked great on my PC when I rendered it. The problem is that when I shared the output with my colleagues, it doesn't show the revealJS presentation as shown in the image below.
---
title: "Name"
author: "Department"
date: " `r format(Sys.time(), '%B %d, %Y')`<br><br><specialnotes>Best viewed in Firefox/Chrome. Press the 'f' key for full-screen, 'o' for slide overview, 'w' for wide-screen. </specialnotes>"
format:
revealjs:
theme: [default, cpg_ioslides.scss]
logo: logo.png
---
My rendered of quarto presentation (What I see in my PC):