Long links in a bulleted list in quarto do not wrap and causes issues with subsequent wrapping issues. Any ideas how to fix other than using a shorter name with a hyper link? Reprex below:
---
title: "Untitled"
format: revealjs
---
## Bullets - wrapping as expected
- here's a long link documentation sas com/doc/en/pgmsascdc/9 4_3 5/statug/statug_introsamp_toc htm and more after it
- here's some more stuff blah blah blah blah blah blah and it goes on and on and on and on and on and on
## Bullets with long links - this is the issue - wrapping problems
- here's a long link <https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introsamp_toc.htm> and more after it
- here's some more stuff blah blah blah blah blah blah and it goes on and on and on and on and on and on
## Bullets with long links that have shorter name (works) but want to show entire URL
- here's a [long link](https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introsamp_toc.htm) and more after it
- here's some more stuff blah blah blah blah blah blah and it goes on and on and on and on and on and on
HI,
I don't seem to be reproducing it.
sessionInfo()
R version 4.4.2 (2024-10-31)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 24.04.1 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.12.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8
[4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
time zone: America/Toronto
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.4.2 tools_4.4.2 rstudioapi_0.17.1
I'm on Quarto 1.6.40. What version are you on?
Possibly 0.18.3-2?
All I can find is
Command 'quarto' not found, did you mean:
command 'quart' from deb python3-quart (0.18.3-2)
I feel like an idiot but a friend and I cannot find an actual "Quarto" installation. If what I found is my installation then I am very out of date.
In command line, you can quarto check
. In R, you can do quarto::quarto_version()
if you have the R package quarto installed.
I did end up filing an issue on GitHub and others are seeing it. Bullet points do not wrap when long link is in bullet point · Issue #11899 · quarto-dev/quarto-cli · GitHub
In command line, you can quarto check.
ohn@john-comp:~$ quarto
Command 'quarto' not found, did you mean:
command 'quart' from deb python3-quart (0.18.3-2)
Try: sudo apt install <deb name>
john@john-comp:~$
I spent an hour trying every Linux command I could think of or find on the internet with no luck.
I did not think of installing {quarto}. When I had a system crash about 6 months ago, I seem to have forgotten to reinstall it. I just reinstalled it and I see
quarto::quarto_version()
[1] ‘1.5.57’
I , also, am now getting the problem you have!. I'll update to the newer 1.6.40. version and see what happens.
Back to the Drawingboard
Just updated to Quarto 1.6.40 and
a) I can find it in the command line and
b) the problem has gone away again!
{quarto} v. 1.4.4