ttscoff/mdless

extra red on black blocks in mdless output on RHEL 7.9

atsaloli opened this issue · 4 comments

Hello,

I just switched to a RHEL 7.9 system and now mdless output includes extra red on black blocks after headers and in code blocks:

image

Any ideas what might be wrong and how to fix it, please?

RHEL 7.9 is a customer requirement, not my choice necessarily; in other words, I'm stuck with it.

Of course, I don't have anything like that in my markdown source code.

Here it is (vim "set list" enabled to show special chars such as end of line):

image

This only happens when I run mdless in vim using the Vim Terminal facility.

This doesn't happen when I run mdless on the command line.

My vimrc has something ilke:

:autocmd BufRead *.md :term++curwin mdless %:p

No idea what's going on here. I tested your command in Vim on my Mac and got the correct results. I'm not a vim expert, though, and really have no idea where to look for this issue.

No worries. I ended up not using the Vim Terminal, just used the shell directly.