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
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.