-
Notifications
You must be signed in to change notification settings - Fork 40
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
Resource names with a space in them are line split in markdown, breaking formatting #82
Comments
Thanks for reporting this issue @robzr . I was able to reproduce this issue. If the resource name has space in-between and if it crossed certain length, then this auto-wrapping happen and goes into new line which creates invalid table row syntax. Doesn't look like quick fix. I will try to fix it soon. Code location. If anyone able to fix it, please feel free to raise PR |
I'll try to tackle the issue. @dineshba @robzr, should the expected behaviour be like such?
that will render as:
|
Example of generated markdown from 0.3.13. Note that this is not a regression, this has been happening as long as I've used
tf-summarize
:Renders as:
The text was updated successfully, but these errors were encountered: