Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/manual/publish-connect-cloud/revealjs-slides/slides.qmd
12923 views
---
title: "Connect Cloud RevealJS Test"
format: revealjs
---

## Slide 1

This is a minimal RevealJS presentation for testing publishing to Posit Connect Cloud.

## Slide 2

- Bullet point one
- Bullet point two
- Bullet point three

## Slide 3 {background-color="aquamarine"}

### Custom background

Testing that reveal.js assets are bundled correctly.

## Slide 4

```python
import pandas as pd
df = pd.DataFrame({"x": [1, 2, 3]})
print(df)
```

Code highlighting should work after publish.