-
As per the description - I almost feel like this should be a bug report, but I'm using: Quartio v. 1.2.335 So not the newest version. Because deno that quarto depends upon gives issues when updating quarto on Arch-based distros using the AUR, I haven't updated it (well I tried and spend half a day trying to fix it and then giving up and rolling back). So if someone having the newest version could verify this is still an issue - if it isn't, I guess I'll have to find a way to update. And if it is still an issue, how do you fix it? It seems almost unbelievable that something so basic is not working? It works with html output. The same happens when rendering to pdf using rmarkdown. So it makes me think that there is something I'm not understanding properly here. Can anyone shed a light on this for me? Much appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
BlockQuote syntax is usually use for quotes and with this the tex will be wrapped
When using 4 space indentation you are using Verbatim Code block. This is usually used for code, and by default they do not wrap and keep line length of the code. LaTeX can be configure to help wrap the code but not easy by experience. Is not using blockquote a choice ? |
Beta Was this translation helpful? Give feedback.
BlockQuote syntax is usually use for quotes and with this the tex will be wrapped