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
huh, looks like the issue is it's actually exceeding the wrap width on
line lenghts and wrapping whitespace to the next line. I'll look into it
as soon as I'm able.
Thanks,
Brett
@ttscoff
I think the problem is that the tool takes terminal width as default wrap width. The code block should be rendered indented appropriately and as you mentioned, shouldn't leak into next line.
Example:
5 Indents - Markdown(from sublime text):
Rendered by mdless:
1 indent, same code:
Rendered by mdless:
Expected behavior is that the last screenshot above is how it should render regardless of number of indents.
I have a feeling that it might be related to #88, although both the above tests are done with full screen terminal only.
The text was updated successfully, but these errors were encountered: