You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to either output['text'] = '\\n'.join(lines) or output['text'] = '+\n'.join(lines), since I believe asciidoctor supports both + and the probably better \ for line continuations. I'm not sure why the wrapping functionality is there in the first place, since most good editors soft-wrap lines, but maybe @jph00 can speak to that (hi! btw).
In any case, you can either remove the wrapping functionality altogether locally, or use my fix above (untested). I can also create a PR for this if it works for you.
@maxpumperla I believe that wrapping is just for cell outputs. Without it, plain text outputs will go off the right-hand edge of the page if they're long.
It would be helpful if one of you could show a reproducible example that I could look at.
In the source notebook I have the following bullet item:
After fastdoc converts to asciidoc, it looks like this:
Because the second line begins with
3.
, it gets interpreted as a numbered list item.Is text wrapping necessary? Can it be turned off?
Or should I edit the text so the line break falls in a different place :)
Thanks!
The text was updated successfully, but these errors were encountered: