Yorick de Jong
Yorick de Jong
Quick update, I ran a test and debugged the FencedCodeBlockHighlighter struct. It seems that the problem arises from the THEME variable. On MacOS it cannot determine the terminal background and...
Hi @nazmulidris, Thank you for the detailed feedback. I've reintroduced the call to `process_line()` within `process_terminal_docs()` to ensure that code blocks are processed and highlighted correctly. ```rust /// Use a...
Hi @nazmulidris, Thanks for your suggestions. # **Re: Manual ANSI sequences** I implemented the `r3bl_ansi_color` library: ```rust #[allow(dead_code)] pub fn process_line(&mut self, line: &str, output: &mut Vec) -> bool {...
Hi @nazmulidris, Thanks! I have created a pull request: #7495. In this PR I still included the tests that I ran for the coloring functions, if needed I can remove...
@nazmulidris
>Hi @nazmulidris, Hope you are doing well. Could you take a look at this PR?
Thanks! Will take a look in about 1-2 days if that's ok :)
@nazmulidris
Hi @Jasper-Bekkers, Thanks, will open a pull request when I'm done with the patch Best, Yorick