Revert hard line wrapping #10836
Closed
raffaem
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
This won't work, how could Quarto know what to "revert"? I strongly suggest to use Git or equivalent. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I was experimenting with
frontmatter and set a very low value.
Next time I opened RStudio, my Quarto document was hard line wrapped to this low value.
Setting it back to a higher value did not undo the wrapping.
I ended up using pandoc to undo the line wrapping, but it removes the frontmatter and convert the comments as raw HTML code.
I ask for
quarto convert
to have a--wrap=none
option as well.Beta Was this translation helpful? Give feedback.
All reactions