-
Bug descriptionHi, The rendering https://aborruso.quarto.pub/lorem-ipsum Steps to reproduceThis is the sample code. I have published it using ---
title: "Lorem Ipsum"
author: "John Doe"
format:
revealjs:
incremental: true
lang: it-IT
code-overflow: wrap
---
## HTML no wrap 1
```{.html}
<span class="title-file" data-size="326.0 kb" data-extension="csv" data-url="/content/dam/sogei-ng/open-data-b/OpenData_PNRR_map_indicatori_comuni.csv">
OpenData_PNRR_map_indicatori_comuni.csv -
<span class="extension">(326.0 kb)</span>
</span>
<span class="title-file hidden" data-size="682.0 kb" data-extension="json" data-url="/content/dam/sogei-ng/open-data-b/OpenData_PNRR_map_indicatori_comuni_v7.json">
OpenData_PNRR_map_indicatori_comuni_v7.json -
<span class="extension">(682.0 kb)</span>
</span>
```
## HTML no wrap 2
```{.html .code-overflow-wrap}
<span class="title-file" data-size="326.0 kb" data-extension="csv" data-url="/content/dam/sogei-ng/open-data-b/OpenData_PNRR_map_indicatori_comuni.csv">
OpenData_PNRR_map_indicatori_comuni.csv -
<span class="extension">(326.0 kb)</span>
</span>
<span class="title-file hidden" data-size="682.0 kb" data-extension="json" data-url="/content/dam/sogei-ng/open-data-b/OpenData_PNRR_map_indicatori_comuni_v7.json">
OpenData_PNRR_map_indicatori_comuni_v7.json -
<span class="extension">(682.0 kb)</span>
</span>
```
Expected behaviorHaving the carriage return and having all the text readable without doing horizontal scroll Actual behaviorI have no wrap, either using Your environment
Quarto check output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
(When you have future questions, could you consider opening a discussion before an issue? It helps us organize the forums a bit better. Thanks!)
Ok. Our docs do promise support for it, but only in HTML. |
Beta Was this translation helpful? Give feedback.
I'll reiterate exactly what @mcanouil said; this was my confusion - I apologize!
I personally got confused by the fact that we describe
code-overflow
in ourhtml
page https://quarto.org/docs/output-formats/html-code.html#code-overflow but not in our revealjs guide. But if the revealjs reference page includes a link to it, then it's definitely a bug.