Skip to content
Discussion options

You must be logged in to vote

I'd prefer to not have a supplementary css file to go along with the quarto doc.

Is your preference about avoiding an actual additional file or an extra style declaration? If it's the former, then you can use

---
title: "geohash precision table"
format: revealjs
include-in-header: 
  text: |
    <style>
      .custom-small table {
        font-size: .5em
      }
    </style>
---

## 

::: custom-small

| Index Precision | Bounding Box         |
|-----------------|----------------------|
| 1               | ≤ 5,000km X 5,000 Km |
| 2               | ≤ 1,250km X 625km    |
| 3               | ≤ 156km X 156km      |
| 4               | ≤ 39.1km X 19.5km    |
| 5               | ≤ 4.89km X …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JosiahParry
Comment options

@cscheid
Comment options

Answer selected by JosiahParry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants