-
Notifications
You must be signed in to change notification settings - Fork 31
remove newlines from comment block #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently I do this by postprocessing. You can correct the output file However, this solution isn't bulletproof because it just does local pattern matching. It would be better to have a command-line option to |
Hi, Jason. I’m currently not actively maintaining this so it might take
quite some time for me to get gather some context.
Would you like to make a PR for this?
…On Sun, 19 Nov 2023 at 6:05 AM, Jason Eisner ***@***.***> wrote:
Reopened #15 <#15>.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUDL46KLBWQLL4QHQLJT6DYFEWI7AVCNFSM6AAAAAA7RET3QKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGAYDENJVG4ZTSOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Looking at your I might disagree with your choices there, but I'm afraid that if I just got rid of |
I would be also interested in this feature 👍🏼 |
Code is often formatted to 80 columns or some similar width.
It would be nice to have a flag so that a word-wrapped comment block like
appears like this, where Jupyter gets to wrap to the width of the cell:
Note that the underlying Markdown would still have the line breaks, in case the user wants to edit it to restore any intended line break.
The text was updated successfully, but these errors were encountered: